8 references to
System.Speech (8)
Internal\SrgsCompiler\Arc.cs (1)
541
sb.Append(_iWord == 0 ? new string(new char[] { (char)0x3b5 }) : _be != null ? _be.Words
[
_iWord] : _iWord.ToString(CultureInfo.InvariantCulture));
Internal\SrgsCompiler\BackEnd.cs (3)
286
string wpszName = _symbols
[
r._cfgRule._nameOffset];
346
System.Diagnostics.Debug.Assert(dwSymbolOffset == 0 || _symbols
[
iWord] == sRule);
565
_words.Add(beSrc.Words
[
arc.WordId], out newWordId);
Internal\SrgsCompiler\CFGGrammar.cs (2)
345
scripts[i] = new ScriptRef(symbols
[
cfgScript._idRule], symbols
[
cfgScript._idMethod], cfgScript._method);
Internal\StringBlob.cs (2)
118
return this
[
iWord];
127
return this
[
iWord];