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)
341
bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams,
_getMethod
, getMethodParams, _setMethod, setMethodParams) ||
347
if ((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) &&
759
get { return
_getMethod
; }
885
if (((object)
_getMethod
== null ||
_getMethod
.ExplicitInterfaceImplementations.Length == 0) &&
891
var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(
_getMethod
);