2 writes to _semantics
System.Speech (2)
Result\RecognizedPhrase.cs (2)
427_semantics = RecursiveBuildSemanticProperties(words, propertyList, ruleTree, _grammarOptions & GrammarOptions.TagFormat, ref _dupItems); 444_semantics = new SemanticValue("<ROOT>", null, _confidence);
9 references to _semantics
System.Speech (9)
Result\RecognizedPhrase.cs (9)
231if (_semantics == null) 235return _semantics; 410if (_semantics == null && _serializedPhrase.SemanticErrorInfoOffset == 0) 429_semantics.Value = TryExecuteOnRecognition(grammar, _recoResult, ruleTree._rule); 447RecursivelyExtractSemanticValue(phraseBuffer, (int)_serializedPhrase.PropertiesOffset, _semantics, words, _isSapi53Header, _grammarOptions & GrammarOptions.TagFormat); 1047System.Diagnostics.Debug.Assert(_semantics != null); 1048if (_semantics.Value != null) 1050XmlText valueText = document.CreateTextNode(_semantics.Value.ToString()); 1055AppendPropertiesSML(document, alternateNode, _semantics, nfo);