2 writes to Type
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\CSharp\FileCodeModelTests.vb (2)
509
Await TestAddDelegate(code, expected, New DelegateData With {.Name = "D", .
Type
= "void"})
530
Await 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)
92
Dim newDelegate = fileCodeModel.AddDelegate(data.Name, data.
Type
, data.Position, data.Access)