1 write to _getMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
249_getMethod = getMethod;
19 references to _getMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Metadata\PE\PEPropertySymbol.cs (19)
318bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 324if ((object)_getMethod != null) 326_getMethod.SetAssociatedProperty(this, MethodKind.PropertyGet); 550((object)_getMethod != null && _getMethod.IsExtern) || 561((object)_getMethod != null && _getMethod.IsAbstract) || 572((object)_getMethod == null || _getMethod.IsSealed) && 583(((object)_getMethod != null && _getMethod.IsVirtual) || 594((object)_getMethod != null && _getMethod.IsOverride) || 605((object)_getMethod == null || _getMethod.IsStatic) && 697get { return _getMethod; } 790if (((object)_getMethod == null || _getMethod.ExplicitInterfaceImplementations.Length == 0) && 796var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_getMethod);