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