1 write to ReflectionContext
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
17
ReflectionContext
= context;
13 references to ReflectionContext
System.Reflection.Context (13)
System\Reflection\Context\CustomReflectionContext.Projector.cs (13)
27
Debug.Assert(
ReflectionContext
.SourceContext != null);
28
value =
ReflectionContext
.SourceContext.MapType(value);
40
Debug.Assert(
ReflectionContext
.SourceContext != null);
41
value =
ReflectionContext
.SourceContext.MapAssembly(value);
57
return new CustomType(value,
ReflectionContext
);
68
return new CustomAssembly(value,
ReflectionContext
);
79
return new CustomModule(value,
ReflectionContext
);
90
return new CustomFieldInfo(value,
ReflectionContext
);
101
return new CustomEventInfo(value,
ReflectionContext
);
112
return new CustomConstructorInfo(value,
ReflectionContext
);
123
return new CustomMethodInfo(value,
ReflectionContext
);
151
return new CustomPropertyInfo(value,
ReflectionContext
);
162
return new CustomParameterInfo(value,
ReflectionContext
);