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