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)
99public override bool CanRead => _getMethod != null ? true : false; 111if (nonPublic || _getMethod == null) 113return _getMethod; 116if ((_getMethod.Attributes & MethodAttributes.Public) == MethodAttributes.Public) 118return _getMethod;