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); 2630string streamImports = string.Join(";", _streamImports);