2 writes to Type
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\CSharp\FileCodeModelTests.vb (2)
509Await TestAddDelegate(code, expected, New DelegateData With {.Name = "D", .Type = "void"}) 530Await TestAddDelegate(code, expected, New DelegateData With {.Name = "D", .Type = "int", .Position = "C"})
1 reference to Type
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\AbstractFileCodeModelTests.vb (1)
92Dim newDelegate = fileCodeModel.AddDelegate(data.Name, data.Type, data.Position, data.Access)