31 references to ThrowIfLessThanOrEqual
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.DataProtection.Abstractions (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.AspNetCore.Shared.Tests (1)
Microsoft.AspNetCore.WebUtilities (1)
Microsoft.Extensions.Features (1)
PresentationFramework (1)
System.Collections.Concurrent (4)
System.Net.Http (1)
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);
System.Reflection.Metadata (1)
System.Windows.Forms (1)