1 write to _dictionary
System.Speech (1)
Result\SemanticValue.cs (1)
207_dictionary = value._dictionary;
3 references to _dictionary
System.Speech (3)
Result\SemanticValue.cs (3)
224return _dictionary.Count; 248SemanticValue[] keys = new SemanticValue[_dictionary.Count]; 250foreach (KeyValuePair<string, SemanticValue> kv in _dictionary)