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