1 write to _getMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
250
_getMethod
= getMethod;
19 references to _getMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Metadata\PE\PEPropertySymbol.cs (19)
319
bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams,
_getMethod
, getMethodParams, _setMethod, setMethodParams) ||
325
if ((object)
_getMethod
!= null)
327
_getMethod
.SetAssociatedProperty(this, MethodKind.PropertyGet);
551
((object)
_getMethod
!= null &&
_getMethod
.IsExtern) ||
562
((object)
_getMethod
!= null &&
_getMethod
.IsAbstract) ||
573
((object)
_getMethod
== null ||
_getMethod
.IsSealed) &&
584
(((object)
_getMethod
!= null &&
_getMethod
.IsVirtual) ||
595
((object)
_getMethod
!= null &&
_getMethod
.IsOverride) ||
606
((object)
_getMethod
== null ||
_getMethod
.IsStatic) &&
698
get { return
_getMethod
; }
817
if (((object)
_getMethod
== null ||
_getMethod
.ExplicitInterfaceImplementations.Length == 0) &&
823
var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(
_getMethod
);