3 references to KeyName
System.Speech (3)
Result\RecognizedPhrase.cs (2)
622
throw new InvalidOperationException(SR.Get(SRID.DupSemanticValue, semanticValue.
KeyName
));
641
throw new InvalidOperationException(SR.Get(SRID.DupSemanticKey, propertyName, semanticValue.
KeyName
));
Result\SemanticValue.cs (1)
208
_name = value.
KeyName
;