3 writes to _source
Microsoft.TemplateEngine.Core (3)
Util\ProcessorState.cs (3)
59_source = source; 524_source = new CombinedStream(staged, _source, inner => _source = inner);
4 references to _source
Microsoft.TemplateEngine.Core (4)
Util\ProcessorState.cs (4)
120int nRead = ReadExactBytes(_source, tmp, CurrentBufferLength - CurrentBufferPosition, tmp.Length - CurrentBufferLength); 176int nRead = ReadExactBytes(_source, CurrentBuffer, bytesToPreserveInBuffer, CurrentBufferLength - bytesToPreserveInBuffer); 524_source = new CombinedStream(staged, _source, inner => _source = inner); 525CurrentBufferLength = ReadExactBytes(_source, CurrentBuffer, 0, CurrentBufferLength);