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