4 references to RemoveReferences
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\CompilationAPITests.cs (4)
520compCollection = compCollection.AddReferences(ref1, ref2, ref3, ref4).RemoveReferences(hs); 530compCollection = compCollection.AddReferences(ref1, ref2, ref3).RemoveReferences(col); 541compCollection = compCollection.AddReferences(ref2, ref1, ref3).RemoveReferences(stack); 552compCollection = compCollection.AddReferences(ref2, ref1, ref3).RemoveReferences(queue);