1 write to _getter
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
36
_getter
= new PropertyGetter(this, getter, getterAttributes);
3 references to _getter
System.Reflection.Context (3)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (3)
47
Debug.Assert(
_getter
== null ||
_getter
.IsPublic);
48
return
_getter
;