1 write to _next
System.Speech (1)
Result\RecognizedPhrase.cs (1)
761node._next = ExtractRules(grammar, ruleNext, phraseBuffer);
2 references to _next
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)