1 write to _options
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.cs (1)
954_options = options;
4 references to _options
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
194ValueAsnReader ret = new ValueAsnReader(_data.Slice(contentStart, contentLength), RuleSet, _options);
System\Formats\Asn1\AsnDecoder.SetOf.cs (2)
266return ReadSetOf(_options.SkipSetSortOrderVerification, expectedTag); 318ValueAsnReader ret = new ValueAsnReader(_data.Slice(contentOffset, contentLength), RuleSet, _options);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
363_options.UtcTimeTwoDigitYearMax,