6 overrides of GetTypeProp
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\AbstractCodeDelegateTests.vb (1)
59
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeDelegate2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeEventTests.vb (1)
72
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeEvent) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeFunctionTests.vb (1)
95
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeFunction2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeParameterTests.vb (1)
58
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeParameter2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodePropertyTests.vb (1)
79
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeProperty2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeVariableTests.vb (1)
92
Protected Overrides Function
GetTypeProp
(codeElement As EnvDTE80.CodeVariable2) As EnvDTE.CodeTypeRef
1 reference to GetTypeProp
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\AbstractCodeElementTests`1.vb (1)
714
Dim codeTypeRef =
GetTypeProp
(codeElement)