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)
224
return
_dictionary
.Count;
248
SemanticValue[] keys = new SemanticValue[
_dictionary
.Count];
250
foreach (KeyValuePair<string, SemanticValue> kv in
_dictionary
)