Base:
method
TestAddImport
Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractCodeModelObjectTests(Of TCodeModelObject).TestAddImport(System.Xml.Linq.XElement, System.Xml.Linq.XElement, Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractCodeModelObjectTests(Of TCodeModelObject).ImportData)
8 references to TestAddImport
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CodeModel\CSharp\FileCodeModelTests.vb (4)
605Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"}) 626Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"}) 650Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"}) 674Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})
CodeModel\VisualBasic\FileCodeModelTests.vb (4)
589Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"}) 607Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"}) 629Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"}) 651Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})