1 write to _getMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
183_getMethod = getMethod;
19 references to _getMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Metadata\PE\PEPropertySymbol.cs (19)
251bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 257if ((object)_getMethod != null) 259_getMethod.SetAssociatedProperty(this, MethodKind.PropertyGet); 456((object)_getMethod != null && _getMethod.IsExtern) || 467((object)_getMethod != null && _getMethod.IsAbstract) || 478((object)_getMethod == null || _getMethod.IsSealed) && 489(((object)_getMethod != null && _getMethod.IsVirtual) || 500((object)_getMethod != null && _getMethod.IsOverride) || 511((object)_getMethod == null || _getMethod.IsStatic) && 603get { return _getMethod; } 675if (((object)_getMethod == null || _getMethod.ExplicitInterfaceImplementations.Length == 0) && 681var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_getMethod);