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