1 write to _setMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
108
_setMethod
= setMethod
22 references to _setMethod
Microsoft.CodeAnalysis.VisualBasic (22)
Symbols\Metadata\PE\PEPropertySymbol.vb (22)
114
Dim setParams = If(
_setMethod
Is Nothing, Nothing, metadataDecoder.GetSignatureForMethod(
_setMethod
.Handle, unusedSignatureHeader, setEx))
116
Dim signaturesMatch = DoSignaturesMatch(metadataDecoder, propertyParams, _getMethod, getParams,
_setMethod
, setParams)
118
_parameters = GetParameters(Me, _getMethod,
_setMethod
, propertyParams, parametersMatch)
130
If
_setMethod
IsNot Nothing Then
131
_setMethod
.SetAssociatedProperty(Me, MethodKind.PropertySet)
190
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsMustOverride)
197
(Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.IsNotOverridable)
205
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverridable))
212
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverrides)
219
(Me.
_setMethod
IsNot Nothing AndAlso Me.
_setMethod
.IsOverloads)
226
(Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.IsShared)
299
Return
_setMethod
348
If (Me._getMethod Is Nothing OrElse Me._getMethod.ExplicitInterfaceImplementations.Length = 0) AndAlso (Me.
_setMethod
Is Nothing OrElse Me.
_setMethod
.ExplicitInterfaceImplementations.Length = 0) Then
353
Dim propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(Me.
_setMethod
)