4 references to RemoveReferences
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\CompilationAPITests.cs (4)
519
compCollection = compCollection.AddReferences(ref1, ref2, ref3, ref4).
RemoveReferences
(hs);
529
compCollection = compCollection.AddReferences(ref1, ref2, ref3).
RemoveReferences
(col);
540
compCollection = compCollection.AddReferences(ref2, ref1, ref3).
RemoveReferences
(stack);
551
compCollection = compCollection.AddReferences(ref2, ref1, ref3).
RemoveReferences
(queue);