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