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)
497
for (int i = 0; i < children.
_count
; i++)
871
RecognizedWordUnit[] recoUnits = new RecognizedWordUnit[ruleRef.
_count
];
872
for (int i = 0; i < ruleRef.
_count
; i++)
1160
if (child.
_count
== 0)
1167
ruleLastWord = ruleFirstWord + (child.
_count
- 1);