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