1 override of ProjectLocalVariable
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
177public override LocalVariableInfo? ProjectLocalVariable(LocalVariableInfo? value)
1 reference to ProjectLocalVariable
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
30get { return _projector.Project(base.LocalVariables, _projector.ProjectLocalVariable); }