2 references to DecodeLength
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.cs (2)
295
return
DecodeLength
(source, ruleSet, out length, out bytesRead) == LengthDecodeStatus.Success;
300
LengthDecodeStatus status =
DecodeLength
(source, ruleSet, out int? length, out bytesConsumed);