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)
897
public AsnReader Clone() => new AsnReader(_data, RuleSet,
_options
);
901
return new AsnReader(_data.Slice(start, length), RuleSet,
_options
);
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
169
return ReadSetOf(
_options
.SkipSetSortOrderVerification, expectedTag);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
278
_options
.UtcTimeTwoDigitYearMax,