1 write to _setMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
251_setMethod = setMethod;
20 references to _setMethod
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Metadata\PE\PEPropertySymbol.cs (20)
319bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 330if ((object)_setMethod != null) 332_setMethod.SetAssociatedProperty(this, MethodKind.PropertySet); 377if (this.RefKind != RefKind.None && _setMethod != null) 552((object)_setMethod != null && _setMethod.IsExtern); 563((object)_setMethod != null && _setMethod.IsAbstract); 574((object)_setMethod == null || _setMethod.IsSealed); 585((object)_setMethod != null && _setMethod.IsVirtual)); 596((object)_setMethod != null && _setMethod.IsOverride); 607((object)_setMethod == null || _setMethod.IsStatic); 703get { return _setMethod; } 818((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0)) 824var propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_setMethod);