25 references to ThrowIfNotEmpty
InMemory.FunctionalTests (12)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (5)
678reader.ThrowIfNotEmpty(); 690algIdReader.ThrowIfNotEmpty(); 700idReader.ThrowIfNotEmpty(); 710idReader.ThrowIfNotEmpty(); 716idReader.ThrowIfNotEmpty();
src\Servers\Kestrel\shared\test\RevocationResponder.cs (7)
337reader.ThrowIfNotEmpty(); 345request.ThrowIfNotEmpty(); 359versionReader.ThrowIfNotEmpty(); 374requestExtensionsWrapper.ThrowIfNotEmpty(); 377tbsRequest.ThrowIfNotEmpty(); 380requestList.ThrowIfNotEmpty(); 389firstRequest.ThrowIfNotEmpty();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (12)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (5)
678reader.ThrowIfNotEmpty(); 690algIdReader.ThrowIfNotEmpty(); 700idReader.ThrowIfNotEmpty(); 710idReader.ThrowIfNotEmpty(); 716idReader.ThrowIfNotEmpty();
src\Servers\Kestrel\shared\test\RevocationResponder.cs (7)
337reader.ThrowIfNotEmpty(); 345request.ThrowIfNotEmpty(); 359versionReader.ThrowIfNotEmpty(); 374requestExtensionsWrapper.ThrowIfNotEmpty(); 377tbsRequest.ThrowIfNotEmpty(); 380requestList.ThrowIfNotEmpty(); 389firstRequest.ThrowIfNotEmpty();
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
28new AsnReader(s_singleByte, _ruleSet).ThrowIfNotEmpty();