2 references to TryReadUInt64
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Integer.cs (2)
744bool ret = AsnDecoder.TryReadUInt64(_data.Span, RuleSet, out value, out int read, expectedTag); 974bool ret = AsnDecoder.TryReadUInt64(_data, RuleSet, out value, out int read, expectedTag);