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