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