1 write to _options
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.cs (1)
797_options = options;
4 references to _options
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (2)
897public AsnReader Clone() => new AsnReader(_data, RuleSet, _options); 901return new AsnReader(_data.Slice(start, length), RuleSet, _options);
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
169return ReadSetOf(_options.SkipSetSortOrderVerification, expectedTag);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
278_options.UtcTimeTwoDigitYearMax,