1 write to _text
System.Speech (1)
Recognition\SrgsGrammar\SrgsText.cs (1)
42_text = value;
5 references to _text
System.Speech (5)
Recognition\SrgsGrammar\SrgsText.cs (5)
33return _text; 53if (_text != null && _text.Length > 0) 55writer.WriteString(_text); 61return "'" + _text + "'";