2 writes to _isAllowed
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (2)
223
_isAllowed
= isAllowed;
241
_isAllowed
= isAllowed;
4 references to _isAllowed
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (4)
265
if ((uint)c >= (uint)
_isAllowed
.Length || !
_isAllowed
[c])
293
if ((uint)b >= (uint)
_isAllowed
.Length || !
_isAllowed
[b])