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