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)
194
ValueAsnReader ret = new ValueAsnReader(_data.Slice(contentStart, contentLength), RuleSet,
_options
);
System\Formats\Asn1\AsnDecoder.SetOf.cs (2)
266
return ReadSetOf(
_options
.SkipSetSortOrderVerification, expectedTag);
318
ValueAsnReader ret = new ValueAsnReader(_data.Slice(contentOffset, contentLength), RuleSet,
_options
);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (1)
363
_options
.UtcTimeTwoDigitYearMax,