1 write to ReflectionContext
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
33
ReflectionContext
= context;
3 references to ReflectionContext
System.Reflection.Context (3)
System\Reflection\Context\CustomReflectionContext.cs (1)
124
if (vp == null || vp.
ReflectionContext
!= this)
System\Reflection\Context\Virtual\VirtualPropertyBase.FuncPropertyAccessorBase.cs (1)
21
get { return DeclaringProperty.
ReflectionContext
; }
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertySetterBase.cs (1)
24
get { return DeclaringProperty.
ReflectionContext
.MapType(IntrospectionExtensions.GetTypeInfo(typeof(void))); }