1 write to _projector
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.cs (1)
81
_projector
= new ReflectionContextProjector(this);
3 references to _projector
System.Reflection.Context (3)
System\Reflection\Context\CustomReflectionContext.cs (3)
93
return
_projector
.ProjectAssemblyIfNeeded(assembly);
105
return
_projector
.ProjectTypeIfNeeded(type);
251
return
_projector
;