2 writes to _cWords
System.Speech (2)
Internal\StringBlob.cs (2)
35_strings.Add(sWord, ++_cWords); 63idWord = ++_cWords;
7 references to _cWords
System.Speech (7)
Internal\StringBlob.cs (7)
67_strings.Add(psz, _cWords); 83if (string.IsNullOrEmpty(psz) || _cWords == 0) 97if ((index < 1) || index > _cWords) 116if (offset == 1 && _cWords >= 1) 135return _cWords > 0 ? _totalStringSizes : 0; 174System.Diagnostics.Debug.Assert(index <= _cWords); 191return _cWords;