2 writes to SolutionReader
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
739
SolutionReader
= null;
745
SolutionReader
= new StreamReader(fileStream, Encoding.GetEncoding(0)); // HIGHCHAR: If solution files have no byte-order marks, then assume ANSI rather than ASCII.
5 references to SolutionReader
Microsoft.Build (5)
Construction\Solution\SolutionFile.cs (5)
709
Assumed.NotNull(
SolutionReader
, "ParseFileHeader(): reader is null!");
711
string line =
SolutionReader
.ReadLine();
755
SolutionReader
?.Dispose();
939
Assumed.NotNull(
SolutionReader
, "ParseFileHeader(): reader is null!");
1049
Assumed.NotNull(
SolutionReader
, "ParseProject() got a null reader!");