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); 2194_streamImports.Add(importedProjectElement.FullPath); 2583string streamImports = string.Join(";", _streamImports);