1 write to _setMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
273_setMethod = setMethod;
20 references to _setMethod
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Metadata\PE\PEPropertySymbol.cs (20)
341bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 352if ((object)_setMethod != null) 354_setMethod.SetAssociatedProperty(this, MethodKind.PropertySet); 399if (this.RefKind != RefKind.None && _setMethod != null) 574((object)_setMethod != null && _setMethod.IsExtern); 585((object)_setMethod != null && _setMethod.IsAbstract); 596((object)_setMethod == null || _setMethod.IsSealed); 607((object)_setMethod != null && _setMethod.IsVirtual)); 618((object)_setMethod != null && _setMethod.IsOverride); 629((object)_setMethod == null || _setMethod.IsStatic); 764get { return _setMethod; } 886((object)_setMethod == null || _setMethod.ExplicitInterfaceImplementations.Length == 0)) 892var propertiesWithImplementedSetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_setMethod);