5 references to RemoveReferences
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Compilation\CompilationAPITests.vb (5)
592
compCollection = compCollection.AddReferences(ref1, ref2, ref3, ref4).
RemoveReferences
(hs)
602
compCollection = compCollection.AddReferences(ref1, ref2, ref3).
RemoveReferences
(col)
613
compCollection = compCollection.AddReferences(ref2, ref1, ref3).
RemoveReferences
(stack)
624
compCollection = compCollection.AddReferences(ref2, ref1, ref3).
RemoveReferences
(queue)
1210
comp = comp.
RemoveReferences
(listRef).AddReferences(ref1)