1 write to _streamImports
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
285
_streamImports
= new List<string>();
3 references to _streamImports
Microsoft.Build (3)
Evaluation\Evaluator.cs (3)
287
_streamImports
.Add(string.Empty);
2241
_streamImports
.Add(importedProjectElement.FullPath);
2630
string streamImports = string.Join(";",
_streamImports
);