6 overrides of GetTypeProp
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\AbstractCodeDelegateTests.vb (1)
57Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeDelegate2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeEventTests.vb (1)
71Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeEvent) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeFunctionTests.vb (1)
93Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeFunction2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeParameterTests.vb (1)
55Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeParameter2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodePropertyTests.vb (1)
77Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeProperty2) As EnvDTE.CodeTypeRef
CodeModel\AbstractCodeVariableTests.vb (1)
89Protected Overrides Function GetTypeProp(codeElement As EnvDTE80.CodeVariable2) As EnvDTE.CodeTypeRef
1 reference to GetTypeProp
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CodeModel\AbstractCodeElementTests`1.vb (1)
712Dim codeTypeRef = GetTypeProp(codeElement)