1 write to _child
System.Speech (1)
Result\RecognizedPhrase.cs (1)
769
node.
_child
= ExtractRules(grammar, ruleFirst, phraseBuffer);
2 references to _child
System.Speech (2)
Result\RecognizedPhrase.cs (2)
471
for (RuleNode? children = ruleTree.
_child
; children != null; children = children._next)
1157
for (RuleNode? child =
_child
; child != null; child = child._next)