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