2 references to HalfToFullWidthKanaTable
mscorlib (2)
system\text\iso2022encoding.cs (2)
461if (bTrailByte < 0x21 || bTrailByte >= 0x21 + HalfToFullWidthKanaTable.Length) 468iBytes = unchecked((ushort)(HalfToFullWidthKanaTable[bTrailByte - 0x21] & 0x7F7F));