Ejemplo n.º 1
0
        // TODO: can this be removed? no one uses it
        #region line number mapping

        public int MapLine(int line)
        {
            return(_unit.MapLine(line));
        }
Ejemplo n.º 2
0
        // TODO: can this be removed? no one uses it
        #region line number mapping

        public int MapLine(int line)
        {
            return(SourceUnit.MapLine(line));
        }