3 writes to SolutionReader
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
718SolutionReader = null; 724SolutionReader = 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)
688ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 690string line = SolutionReader.ReadLine(); 734SolutionReader?.Dispose(); 918ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 1028ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseProject() got a null reader!");