3 writes to SolutionReader
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
739SolutionReader = null; 745SolutionReader = 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)
805sp.SolutionReader = sr;
5 references to SolutionReader
Microsoft.Build (5)
Construction\Solution\SolutionFile.cs (5)
709ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 711string line = SolutionReader.ReadLine(); 755SolutionReader?.Dispose(); 939ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 1049ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseProject() got a null reader!");