4 references to EndOfContentsEncodedLength
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (2)
478if (tag.IsConstructed || length != 0 || headerLength != EndOfContentsEncodedLength) 527bytesConsumed = actualLength + EndOfContentsEncodedLength;
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
93bytesConsumed = len + headerLength + EndOfContentsEncodedLength;
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
94suffix = EndOfContentsEncodedLength;