8 instantiations of ImportData
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CodeModel\CSharp\FileCodeModelTests.vb (4)
606Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
627Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"})
651Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
675Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})
CodeModel\VisualBasic\FileCodeModelTests.vb (4)
590Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
608Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"})
630Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
652Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})
2 references to ImportData
Microsoft.VisualStudio.LanguageServices.UnitTests (2)