35 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.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
28new AsnReader(s_singleByte, _ruleSet).ThrowIfNotEmpty();
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
28new AsnReader(s_singleByte, _ruleSet).ThrowIfNotEmpty();
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (4)
318primeReader.ThrowIfNotEmpty(); 336char2Reader.ThrowIfNotEmpty(); 384pentanomialReader.ThrowIfNotEmpty(); 391innerReader.ThrowIfNotEmpty();
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
165reader.ThrowIfNotEmpty();
System\Security\Cryptography\X509Certificates\X500NameEncoder.ManagedDecode.cs (2)
28x500NameReader.ThrowIfNotEmpty(); 98tavReader.ThrowIfNotEmpty();
System\Security\Cryptography\X509Certificates\X509EnhancedKeyUsageExtension.cs (1)
92reader.ThrowIfNotEmpty();
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
28new AsnReader(s_singleByte, _ruleSet).ThrowIfNotEmpty();