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