7 references to Count
System.Speech (7)
Internal\SrgsCompiler\Graph.cs (7)
105int cStates = Count; 107if (Count != cStates) 109System.Diagnostics.Trace.WriteLine("Grammar compiler, additional Epsilons could have been removed :" + (cStates - Count).ToString(CultureInfo.InvariantCulture)); 118cStates = Count; 121if (Count != cStates) 123System.Diagnostics.Trace.WriteLine("Grammar compiler, additional Epsilons could have been removed post merge transition :" + (cStates - Count).ToString(CultureInfo.InvariantCulture)); 961State[] states = new State[_states.Count];