8 instantiations of ImportData
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CodeModel\CSharp\FileCodeModelTests.vb (4)
603Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
624Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"})
648Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
672Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})
CodeModel\VisualBasic\FileCodeModelTests.vb (4)
587Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
605Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Alias = "S"})
627Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System"})
649Await TestAddImport(code, expected, New ImportData With {.[Namespace] = "System", .Position = -1})
2 references to ImportData
Microsoft.VisualStudio.LanguageServices.UnitTests (2)