9 references to SolutionParserWarnings
Microsoft.Build (8)
Construction\Solution\SolutionFile.cs (6)
1111
SolutionParserWarnings
.Add(warning);
1232
SolutionParserWarnings
.Add(warning);
1241
SolutionParserWarnings
.Add(warning);
1250
SolutionParserWarnings
.Add(warning);
1259
SolutionParserWarnings
.Add(warning);
1268
SolutionParserWarnings
.Add(warning);
Graph\GraphBuilder.cs (2)
277
if (Solution.
SolutionParserWarnings
.Count != 0 || Solution.SolutionParserErrorCodes.Count != 0)
283
string.Join(";", Solution.
SolutionParserWarnings
),
Microsoft.Build.Engine.UnitTests (1)
Construction\SolutionFile_OldParser_Tests.cs (1)
670
foreach (string warningString in solution.
SolutionParserWarnings
)