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)
222if ((uint)c >= (uint)_isAllowed.Length || !_isAllowed[c]) 250if ((uint)b >= (uint)_isAllowed.Length || !_isAllowed[b])