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