2 references to CharsBase64
System.Xml (2)
System\Xml\Base64Decoder.cs (2)
131
for ( int i = 0; i <
CharsBase64
.Length; i++ ) {
132
mapBase64[(int)
CharsBase64
[i]] = (byte)i;