1 write to _setMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
250_setMethod = setMethod;
20 references to _setMethod
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Metadata\PE\PEPropertySymbol.cs (20)
318bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 329if ((object)_setMethod != null) 331_setMethod.SetAssociatedProperty(this, MethodKind.PropertySet); 376if (this.RefKind != RefKind.None && _setMethod != null) 551((object)_setMethod != null && _setMethod.IsExtern); 562((object)_setMethod != null && _setMethod.IsAbstract); 573((object)_setMethod == null || _setMethod.IsSealed); 584((object)_setMethod != null && _setMethod.IsVirtual)); 595((object)_setMethod != null && _setMethod.IsOverride); 606((object)_setMethod == null || _setMethod.IsStatic); 702get { return _setMethod; } 791((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0)) 797var propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_setMethod);