1 write to _setMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
106
_setMethod
= setMethod
22 references to _setMethod
Microsoft.CodeAnalysis.VisualBasic (22)
Symbols\Metadata\PE\PEPropertySymbol.vb (22)
112
Dim setParams = If(
_setMethod
Is Nothing, Nothing, metadataDecoder.GetSignatureForMethod(
_setMethod
.Handle, unusedSignatureHeader, setEx))
114
Dim signaturesMatch = DoSignaturesMatch(metadataDecoder, propertyParams, _getMethod, getParams,
_setMethod
, setParams)
116
_parameters = GetParameters(Me, _getMethod,
_setMethod
, propertyParams, parametersMatch)
128
If
_setMethod
IsNot Nothing Then
129
_setMethod
.SetAssociatedProperty(Me, MethodKind.PropertySet)
188
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsMustOverride)
195
(Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.IsNotOverridable)
203
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverridable))
210
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverrides)
217
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverloads)
224
(Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.IsShared)
297
Return
_setMethod
346
If (Me._getMethod Is Nothing OrElse Me._getMethod.ExplicitInterfaceImplementations.Length = 0) AndAlso (Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.ExplicitInterfaceImplementations.Length = 0) Then
351
Dim propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(Me.
_setMethod
)