Boo.Lang.Compiler.Steps.ProcessMethodBodies.LocalByName C# (CSharp) Method

LocalByName() protected method

protected LocalByName ( string name ) : Local
name string
return Local
        protected Local LocalByName(string name)
        {
            return AstUtil.GetLocalByName(CurrentMethod, name);
        }
ProcessMethodBodies