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)
231
if (
_semantics
== null)
235
return
_semantics
;
410
if (
_semantics
== null && _serializedPhrase.SemanticErrorInfoOffset == 0)
429
_semantics
.Value = TryExecuteOnRecognition(grammar, _recoResult, ruleTree._rule);
447
RecursivelyExtractSemanticValue(phraseBuffer, (int)_serializedPhrase.PropertiesOffset,
_semantics
, words, _isSapi53Header, _grammarOptions & GrammarOptions.TagFormat);
1047
System.Diagnostics.Debug.Assert(
_semantics
!= null);
1048
if (
_semantics
.Value != null)
1050
XmlText valueText = document.CreateTextNode(
_semantics
.Value.ToString());
1055
AppendPropertiesSML(document, alternateNode,
_semantics
, nfo);