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