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)
47Debug.Assert(_getter == null || _getter.IsPublic); 48return _getter;