3 references to WithReferences
Microsoft.CodeAnalysis (2)
MetadataReference\PortableExecutableReference.cs (2)
151/// other than <see cref="Compilation.WithReferences(MetadataReference[])"/> overloads. A compilation created using 152/// <see cref="Compilation.WithReferences(MetadataReference[])"/> will call to <see cref="GetMetadataNoCopy"/> again.
Microsoft.CodeAnalysis.Features (1)
AddImport\AbstractAddImportFeatureService.cs (1)
425return compilation.WithReferences(reference);