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