1 write to _streamImports
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
278
_streamImports
= new List<string>();
3 references to _streamImports
Microsoft.Build (3)
Evaluation\Evaluator.cs (3)
280
_streamImports
.Add(string.Empty);
2191
_streamImports
.Add(importedProjectElement.FullPath);
2580
string streamImports = string.Join(";",
_streamImports
.ToArray());