Base:
1 override of LocalVariables
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
28
public override IList<LocalVariableInfo>
LocalVariables
1 reference to LocalVariables
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodBody.cs (1)
30
get { return _projector.Project(base.
LocalVariables
, _projector.ProjectLocalVariable); }