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