1 write to _getMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
183
_getMethod
= getMethod;
19 references to _getMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Metadata\PE\PEPropertySymbol.cs (19)
251
bool callMethodsDirectly = !DoSignaturesMatch(module, metadataDecoder, propertyParams,
_getMethod
, getMethodParams, _setMethod, setMethodParams) ||
257
if ((object)
_getMethod
!= null)
259
_getMethod
.SetAssociatedProperty(this, MethodKind.PropertyGet);
456
((object)
_getMethod
!= null &&
_getMethod
.IsExtern) ||
467
((object)
_getMethod
!= null &&
_getMethod
.IsAbstract) ||
478
((object)
_getMethod
== null ||
_getMethod
.IsSealed) &&
489
(((object)
_getMethod
!= null &&
_getMethod
.IsVirtual) ||
500
((object)
_getMethod
!= null &&
_getMethod
.IsOverride) ||
511
((object)
_getMethod
== null ||
_getMethod
.IsStatic) &&
603
get { return
_getMethod
; }
675
if (((object)
_getMethod
== null ||
_getMethod
.ExplicitInterfaceImplementations.Length == 0) &&
681
var propertiesWithImplementedGetters = PEPropertyOrEventHelpers.GetPropertiesForExplicitlyImplementedAccessor(
_getMethod
);