2 references to ThrowIfLessThan
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Checksum.cs (1)
46
ArgHelper.
ThrowIfLessThan
(bytes.Length, HashSize);
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
ArgHelperTests.cs (1)
132
Verify(() => ArgHelper.
ThrowIfLessThan
(v1, v2), exceptionType);