5 references to _strings
System.Speech (5)
Internal\StringBlob.cs (5)
35
_strings
.Add(sWord, ++_cWords);
58
if (!
_strings
.TryGetValue(psz, out idWord))
60
System.Diagnostics.Debug.Assert(
_strings
.Count == _refStrings.Count);
67
_strings
.Add(psz, _cWords);
90
return
_strings
.TryGetValue(psz, out iWord) ? iWord : -1;