3 writes to SolutionReader
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
726SolutionReader = null; 732SolutionReader = new StreamReader(fileStream, Encoding.GetEncoding(0)); // HIGHCHAR: If solution files have no byte-order marks, then assume ANSI rather than ASCII.
Microsoft.Build.Engine.UnitTests (1)
Construction\SolutionFile_OldParser_Tests.cs (1)
804sp.SolutionReader = sr;
5 references to SolutionReader
Microsoft.Build (5)
Construction\Solution\SolutionFile.cs (5)
696ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 698string line = SolutionReader.ReadLine(); 742SolutionReader?.Dispose(); 926ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 1036ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseProject() got a null reader!");