1 write to _projector
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.cs (1)
41_projector = new ReflectionContextProjector(this);
3 references to _projector
System.Reflection.Context (3)
System\Reflection\Context\CustomReflectionContext.cs (3)
53return _projector.ProjectAssemblyIfNeeded(assembly); 65return _projector.ProjectTypeIfNeeded(type); 211return _projector;