1 write to ReflectionContext
System.Reflection.Context (1)
System\Reflection\Context\Custom\CustomType.cs (1)
19ReflectionContext = context;
4 references to ReflectionContext
System.Reflection.Context (4)
System\Reflection\Context\Custom\CustomType.cs (3)
33return AttributeUtils.GetCustomAttributes(ReflectionContext, this, attributeType, inherit); 43Type objectType = ReflectionContext.GetTypeForObject(o!); 285private IEnumerable<PropertyInfo> NewProperties => _newProperties ??= ReflectionContext.GetNewPropertiesForType(this);
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
32if (rcType == null || rcType.ReflectionContext != context)