1 write to endIndex
System.Xml (1)
System\Xml\Base64Decoder.cs (1)
120this.endIndex = index + count;
3 references to endIndex
System.Xml (3)
System\Xml\Base64Decoder.cs (3)
41return curIndex == endIndex; 68Decode( pChars, pChars + len, pBytes, pBytes + ( endIndex - curIndex ), out charsDecoded, out bytesDecoded ); 98Decode( pChars + startPos, pChars + startPos + len, pBytes, pBytes + ( endIndex - curIndex ), out charsDecoded, out bytesDecoded );