1 write to _setMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
110_setMethod = setMethod
22 references to _setMethod
Microsoft.CodeAnalysis.VisualBasic (22)
Symbols\Metadata\PE\PEPropertySymbol.vb (22)
116Dim setParams = If(_setMethod Is Nothing, Nothing, metadataDecoder.GetSignatureForMethod(_setMethod.Handle, unusedSignatureHeader, setEx)) 118Dim signaturesMatch = DoSignaturesMatch(metadataDecoder, propertyParams, _getMethod, getParams, _setMethod, setParams) 120_parameters = GetParameters(Me, _getMethod, _setMethod, propertyParams, parametersMatch) 132If _setMethod IsNot Nothing Then 133_setMethod.SetAssociatedProperty(Me, MethodKind.PropertySet) 192(Me._setMethod IsNot Nothing AndAlso Me._setMethod.IsMustOverride) 199(Me._setMethod Is Nothing OrElse Me._setMethod.IsNotOverridable) 207(Me._setMethod IsNot Nothing AndAlso Me._setMethod.IsOverridable)) 214(Me._setMethod IsNot Nothing AndAlso Me._setMethod.IsOverrides) 221(Me._setMethod IsNot Nothing AndAlso Me._setMethod.IsOverloads) 242(Me._setMethod Is Nothing OrElse Me._setMethod.IsShared) 315Return _setMethod 364If (Me._getMethod Is Nothing OrElse Me._getMethod.ExplicitInterfaceImplementations.Length = 0) AndAlso (Me._setMethod Is Nothing OrElse Me._setMethod.ExplicitInterfaceImplementations.Length = 0) Then 369Dim propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(Me._setMethod)