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