2 references to WithAdditionalProjectReferences
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectDependencyGraph.cs (1)
138return WithAdditionalProjectReferences(projectId, projectReferences);
Workspace\Solution\SolutionState.cs (1)
738var newDependencyGraph = _dependencyGraph.WithAdditionalProjectReferences(projectId, projectReferences);