6 overrides of GetTypePropSetter
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\AbstractCodeDelegateTests.vb (1)
61
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeDelegate2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeEventTests.vb (1)
75
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeEvent) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeFunctionTests.vb (1)
97
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeFunction2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeParameterTests.vb (1)
59
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeParameter2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodePropertyTests.vb (1)
81
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeProperty2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeVariableTests.vb (1)
93
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeVariable2) As Action(Of EnvDTE.CodeTypeRef)
2 references to GetTypePropSetter
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\AbstractCodeElementTests`1.vb (2)
976
Dim typePropSetter =
GetTypePropSetter
(codeElement)
989
Dim typePropSetter =
GetTypePropSetter
(codeElement)