4 references to PeekContentBytes
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.cs (1)
999/// <seealso cref="PeekContentBytes"/>
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
97ReadOnlySpan<byte> contentBytes = valueAsnReader.PeekContentBytes();
System\Security\Cryptography\Helpers.cs (1)
317ValidateDer(reader.PeekContentBytes());
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
97ReadOnlySpan<byte> contentBytes = valueAsnReader.PeekContentBytes();