5 references to SeekEndOfContents
System.Formats.Asn1 (5)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
308int tooBig = contentsLength ?? SeekEndOfContents(source.Slice(headerLength), ruleSet);
System\Formats\Asn1\AsnDecoder.cs (1)
526actualLength = SeekEndOfContents(source, ruleSet);
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
504int tooBig = contentLength ?? SeekEndOfContents(contents, ruleSet);
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
89int len = SeekEndOfContents(source.Slice(headerLength), ruleSet);
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
92int actualLength = SeekEndOfContents(source.Slice(headerLength), ruleSet);