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