9 references to SolutionParserWarnings
Microsoft.Build (8)
Construction\Solution\SolutionFile.cs (6)
1090
SolutionParserWarnings
.Add(warning);
1211
SolutionParserWarnings
.Add(warning);
1220
SolutionParserWarnings
.Add(warning);
1229
SolutionParserWarnings
.Add(warning);
1238
SolutionParserWarnings
.Add(warning);
1247
SolutionParserWarnings
.Add(warning);
Graph\GraphBuilder.cs (2)
276
if (Solution.
SolutionParserWarnings
.Count != 0 || Solution.SolutionParserErrorCodes.Count != 0)
282
string.Join(";", Solution.
SolutionParserWarnings
),
Microsoft.Build.Engine.UnitTests (1)
Construction\SolutionFile_OldParser_Tests.cs (1)
669
foreach (string warningString in solution.
SolutionParserWarnings
)