29 references to ThrowIfLessThanOrEqual
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceOptions.cs (2)
44ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 1); 81ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value.TotalMilliseconds, 0);
Microsoft.AspNetCore.Http.Connections (1)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (1)
180ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, other, paramName);
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
354ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 1);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (1)
180ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, other, paramName);
Microsoft.AspNetCore.WebUtilities (1)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (1)
180ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, other, paramName);
Microsoft.Extensions.Features (1)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (1)
180ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, other, paramName);
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
431ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(scale, 0.0);
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
184ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(toExclusive, fromInclusive); 202ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(toExclusive, fromInclusive); 238ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(toExclusive, fromInclusive); 256ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(toExclusive, fromInclusive);
System.Net.Http (1)
System\Net\Http\HttpClient.cs (1)
107ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, TimeSpan.Zero);
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (14)
579ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 580ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 599ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 600ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 619ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(fieldOfView, 0.0f); 622ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 623ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 643ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(fieldOfView, 0.0f); 646ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 647ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 667ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 668ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 694ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 695ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f);
src\System\GC.CoreCLR.cs (1)
614ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(highMemoryPercent, lowMemoryPercent);
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeNameParserOptions.cs (1)
19ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 0, nameof(value));