1 instantiation of ResultPropertiesRef
System.Speech (1)
Result\RecognizedPhrase.cs (1)
559propertyList.Add(new ResultPropertiesRef(propertyName, thisSemanticValue, node));
6 references to ResultPropertiesRef
System.Speech (6)
Result\RecognizedPhrase.cs (6)
424List<ResultPropertiesRef> propertyList = BuildRecoPropertyTree(_serializedPhrase, buffer, ruleTree, words, _isSapi53Header); 454private static List<ResultPropertiesRef> BuildRecoPropertyTree(SPSERIALIZEDPHRASE serializedPhrase, IntPtr phraseBuffer, RuleNode ruleTree, IList<RecognizedWordUnit> words, bool isSapi53Header) 456List<ResultPropertiesRef> propertyList = new(); 466private static SemanticValue RecursiveBuildSemanticProperties(IList<RecognizedWordUnit> words, List<ResultPropertiesRef> properties, RuleNode ruleTree, GrammarOptions semanticTag, ref Collection<SemanticValue>? dupItems) 513foreach (ResultPropertiesRef property in properties) 543private static void RecursivelyExtractSemanticProperties(List<ResultPropertiesRef> propertyList, int semanticsOffset, IntPtr phraseBuffer, RuleNode ruleTree, IList<RecognizedWordUnit> words, bool isSapi53Header)