3 references to WithReferences
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
770
return this.
WithReferences
((IEnumerable<MetadataReference>)newReferences);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
574
compilationWithoutGeneratedDocuments = compilationWithoutGeneratedDocuments.
WithReferences
(newReferences);
575
staleCompilationWithGeneratedDocuments = staleCompilationWithGeneratedDocuments?.
WithReferences
(newReferences);