1 write to _count
System.Speech (1)
Result\RecognizedPhrase.cs (1)
1131_count = count;
5 references to _count
System.Speech (5)
Result\RecognizedPhrase.cs (5)
497for (int i = 0; i < children._count; i++) 871RecognizedWordUnit[] recoUnits = new RecognizedWordUnit[ruleRef._count]; 872for (int i = 0; i < ruleRef._count; i++) 1160if (child._count == 0) 1167ruleLastWord = ruleFirstWord + (child._count - 1);