2 references to EqualsQuestionMarkMask
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnCharacterStringEncodings.net.cs (2)
163
allowed |= Vector.Equals(value | new Vector<byte>(
EqualsQuestionMarkMask
), new Vector<byte>((byte)'?'));
184
allowed |= Vector.Equals(value | new Vector<ushort>(
EqualsQuestionMarkMask
), new Vector<ushort>('?'));