1 write to _streamImports
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
305_streamImports = new List<string>();
3 references to _streamImports
Microsoft.Build (3)
Evaluation\Evaluator.cs (3)
307_streamImports.Add(string.Empty); 2307_streamImports.Add(importedProjectElement.FullPath); 2701string streamImports = string.Join(";", _streamImports);