1 write to _getMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
272_getMethod = getMethod;
19 references to _getMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Metadata\PE\PEPropertySymbol.cs (19)
341bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams, _getMethod, getMethodParams, _setMethod, setMethodParams) || 347if ((object)_getMethod != null) 349_getMethod.SetAssociatedProperty(this, MethodKind.PropertyGet); 573((object)_getMethod != null && _getMethod.IsExtern) || 584((object)_getMethod != null && _getMethod.IsAbstract) || 595((object)_getMethod == null || _getMethod.IsSealed) && 606(((object)_getMethod != null && _getMethod.IsVirtual) || 617((object)_getMethod != null && _getMethod.IsOverride) || 628((object)_getMethod == null || _getMethod.IsStatic) && 759get { return _getMethod; } 885if (((object)_getMethod == null || _getMethod.ExplicitInterfaceImplementations.Length == 0) && 891var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(_getMethod);