4 references to RemoveReferences
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\CompilationAPITests.cs (4)
521compCollection = compCollection.AddReferences(ref1, ref2, ref3, ref4).RemoveReferences(hs); 531compCollection = compCollection.AddReferences(ref1, ref2, ref3).RemoveReferences(col); 542compCollection = compCollection.AddReferences(ref2, ref1, ref3).RemoveReferences(stack); 553compCollection = compCollection.AddReferences(ref2, ref1, ref3).RemoveReferences(queue);