FrameworkFork\Microsoft.Xml\Xml\BinHexDecoder.cs (3)
71Decode(pChars, pChars + len, pBytes, pBytes + (_endIndex - _curIndex),
107Decode(pChars + startPos, pChars + startPos + len, pBytes, pBytes + (_endIndex - _curIndex),
160Decode(pChars, pChars + len, pBytes, pBytes + bytes.Length, ref hasHalfByteCached, ref cachedHalfByte, out charsDecoded, out bytesDecoded);