4 references to OutputPaths
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (4)
282
foreach (var outputPath in projectReferenceInfo.
OutputPaths
.ToList())
359
projectReferenceInformation.
OutputPaths
.Add(outputPath);
580
if (!projectReferenceInformation.
OutputPaths
.Contains(outputPath))
585
projectReferenceInformation.
OutputPaths
.Remove(outputPath);