2 writes to _reader
Microsoft.Build.Tasks.Core (2)
StreamMappedString.cs (2)
110_reader = new StreamReader( // HIGHCHAR: Falling back to ANSI for VB source files. 123_reader = new StreamReader( // HIGHCHAR: VB and C# source files are assumed to be UTF if there are no byte-order marks.
2 references to _reader
Microsoft.Build.Tasks.Core (2)
StreamMappedString.cs (2)
269_charactersRead = _reader.ReadBlock(_priorPage, 0, _pageSize); 276_charactersRead += _reader.ReadBlock(_priorPage, _charactersRead - 1, 1);