1 write to _streamImports
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
272
_streamImports
= new List<string>();
3 references to _streamImports
Microsoft.Build (3)
Evaluation\Evaluator.cs (3)
274
_streamImports
.Add(string.Empty);
2177
_streamImports
.Add(importedProjectElement.FullPath);
2566
string streamImports = string.Join(";",
_streamImports
.ToArray());