6 overrides of GetTypePropSetter
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
CodeModel\AbstractCodeDelegateTests.vb (1)
63
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeDelegate2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeEventTests.vb (1)
76
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeEvent) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeFunctionTests.vb (1)
99
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeFunction2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeParameterTests.vb (1)
62
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeParameter2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodePropertyTests.vb (1)
83
Protected Overrides Function
GetTypePropSetter
(codeElement As EnvDTE80.CodeProperty2) As Action(Of EnvDTE.CodeTypeRef)
CodeModel\AbstractCodeVariableTests.vb (1)
96
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)
978
Dim typePropSetter =
GetTypePropSetter
(codeElement)
991
Dim typePropSetter =
GetTypePropSetter
(codeElement)