2 writes to _name
System.Speech (2)
Result\RecognizedPhrase.cs (2)
554
node.
_name
= (string)thisSemanticValue.Value!;
1129
_rule =
_name
= rule;
3 references to _name
System.Speech (3)
Result\RecognizedPhrase.cs (3)
468
SemanticValue semanticValue = new(ruleTree.
_name
, null, ruleTree._confidence);
485
throw new InvalidOperationException(SR.Get(SRID.DupSemanticValue, ruleTree.
_name
));
508
semanticValue._dictionary.Add(children.
_name
, childrenSemantics);