6 references to ReadExactBytes
Microsoft.TemplateEngine.Core (6)
Util\ProcessorState.cs (6)
64CurrentBufferLength = ReadExactBytes(source, CurrentBuffer, 0, CurrentBuffer.Length);
120int nRead = ReadExactBytes(_source, tmp, CurrentBufferLength - CurrentBufferPosition, tmp.Length - CurrentBufferLength);
176int nRead = ReadExactBytes(_source, CurrentBuffer, bytesToPreserveInBuffer, CurrentBufferLength - bytesToPreserveInBuffer);
368int nRead = ReadExactBytes(_target, buffer, 0, buffer.Length);
420int nRead = ReadExactBytes(_target, buffer, 0, buffer.Length);
525CurrentBufferLength = ReadExactBytes(_source, CurrentBuffer, 0, CurrentBufferLength);