31 references to ThrowIfLessThanOrEqual
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\RazorComponentsServiceOptions.cs (2)
44ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 1); 81ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value.TotalMilliseconds, 0);
Microsoft.AspNetCore.DataProtection.Abstractions (1)
src\Shared\ThrowHelpers\ArgumentOutOfRangeThrowHelper.cs (1)
180ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, other, paramName);
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)
424ArgumentOutOfRangeException.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)
572ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 573ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 595ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 596ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 618ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(fieldOfView, 0.0f); 621ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 622ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 645ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(fieldOfView, 0.0f); 648ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 649ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 672ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 673ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f); 702ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(nearPlaneDistance, 0.0f); 703ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(farPlaneDistance, 0.0f);
src\System\GC.CoreCLR.cs (1)
652ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(highMemoryPercent, lowMemoryPercent);
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeNameParserOptions.cs (1)
26ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 0, nameof(value));
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1481ArgumentOutOfRangeException.ThrowIfLessThanOrEqual(value, 0.015625f);