13 references to RemoveReferences
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (11)
Compilation\CompilationAPITests.vb (11)
558
comp = comp.
RemoveReferences
(ref2)
594
compCollection = compCollection.AddReferences(hs).
RemoveReferences
(ref1, ref2, ref3, ref4)
600
compCollection = compCollection.AddReferences(col).
RemoveReferences
(ref1, ref2, ref3)
611
compCollection = compCollection.AddReferences(stack).
RemoveReferences
(ref1, ref3, ref2)
622
compCollection = compCollection.AddReferences(queue).
RemoveReferences
(ref3, ref2, ref1)
847
comp1 = comp1.AddReferences(listRef).AddSyntaxTrees(listSyntaxTree).
RemoveReferences
().RemoveSyntaxTrees()
1129
comp = comp.
RemoveReferences
(compRef1).ReplaceReference(modRef1, compRef1)
1146
comp = comp.
RemoveReferences
(item)
1204
Assert.Throws(Of ArgumentException)(Function() comp.
RemoveReferences
(ref2))
1291
Dim RemoveNothingRefEx = Assert.Throws(Of ArgumentNullException)(Sub() comp = comp.
RemoveReferences
(Nothing))
2320
c3 = c2.
RemoveReferences
(MscorlibRef)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\CompilationCreationTests.vb (2)
2056
c = c.
RemoveReferences
(systemRef)
2059
c = c.
RemoveReferences
(mscorlibRef)