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