3 writes to SolutionReader
Microsoft.Build (2)
Construction\Solution\SolutionFile.cs (2)
740SolutionReader = null; 746SolutionReader = 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)
710ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 712string line = SolutionReader.ReadLine(); 756SolutionReader?.Dispose(); 940ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseFileHeader(): reader is null!"); 1050ErrorUtilities.VerifyThrow(SolutionReader != null, "ParseProject() got a null reader!");