2 references to Words
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (1)
541sb.Append(_iWord == 0 ? new string(new char[] { (char)0x3b5 }) : _be != null ? _be.Words[_iWord] : _iWord.ToString(CultureInfo.InvariantCulture));
Internal\SrgsCompiler\BackEnd.cs (1)
565_words.Add(beSrc.Words[arc.WordId], out newWordId);