1 write to _text
System.Speech (1)
Recognition\SrgsGrammar\SrgsToken.cs (1)
45_text = text;
5 references to _text
System.Speech (5)
Recognition\SrgsGrammar\SrgsToken.cs (5)
33return _text; 98if (_text != null && _text.Length > 0) 100writer.WriteString(_text); 150sb.Append(_text);