1 write to _getMethod
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
82
_getMethod
= mdBuilder;
5 references to _getMethod
System.Reflection.Emit (5)
System\Reflection\Emit\PropertyBuilderImpl.cs (5)
99
public override bool CanRead =>
_getMethod
!= null ? true : false;
111
if (nonPublic ||
_getMethod
== null)
113
return
_getMethod
;
116
if ((
_getMethod
.Attributes & MethodAttributes.Public) == MethodAttributes.Public)
118
return
_getMethod
;