2 writes to _isAllowed
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (2)
180
_isAllowed
= isAllowed;
198
_isAllowed
= isAllowed;
4 references to _isAllowed
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (4)
222
if ((uint)c >= (uint)
_isAllowed
.Length || !
_isAllowed
[c])
250
if ((uint)b >= (uint)
_isAllowed
.Length || !
_isAllowed
[b])