1 reference to base64Chars
mscorlib (1)
system\text\utf7encoding.cs (1)
71for (int i = 0; i < 64; i++) base64Bytes[i] = (byte)base64Chars[i];