Searched refs:maxRuleInvocationDepth (Results 1 – 3 of 3) sorted by relevance
104 stats.maxRuleInvocationDepth = Math.Max(stats.maxRuleInvocationDepth, ruleLevel); in EnterRule()513 buf.Append(stats.maxRuleInvocationDepth); in ToString()673 public int maxRuleInvocationDepth; field in Antlr.Runtime.Debug.Profiler.ProfileStats
107 stats.maxRuleInvocationDepth = Math.Max(stats.maxRuleInvocationDepth, ruleLevel); in EnterRule()564 buf.Append(stats.maxRuleInvocationDepth); in ToString()735 public int maxRuleInvocationDepth; field in Antlr.Runtime.Debug.Profiler.ProfileStats
53 public int maxRuleInvocationDepth; field in Profiler.ProfileStats161 stats.maxRuleInvocationDepth = Math.max(stats.maxRuleInvocationDepth, ruleLevel); in enterRule()587 buf.append(stats.maxRuleInvocationDepth); in toString()