2 references to RemoveReferences
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
807return RemoveReferences((IEnumerable<MetadataReference>)references);
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
1265return (CSharpCompilation)base.RemoveReferences(references);