1 write to _setMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
184_setMethod = setMethod;
20 references to _setMethod
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Metadata\PE\PEPropertySymbol.cs (20)
251bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 262if ((object)_setMethod != null) 264_setMethod.SetAssociatedProperty(this, MethodKind.PropertySet); 282if (this.RefKind != RefKind.None && _setMethod != null) 457((object)_setMethod != null && _setMethod.IsExtern); 468((object)_setMethod != null && _setMethod.IsAbstract); 479((object)_setMethod == null || _setMethod.IsSealed); 490((object)_setMethod != null && _setMethod.IsVirtual)); 501((object)_setMethod != null && _setMethod.IsOverride); 512((object)_setMethod == null || _setMethod.IsStatic); 608get { return _setMethod; } 676((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0)) 682var propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_setMethod);