2 writes to _text
System.Speech (2)
Recognition\SrgsGrammar\SrgsSubset.cs (2)
33_text = text.Trim(Helpers._achTrimChars); 68_text = value;
6 references to _text
System.Speech (6)
Recognition\SrgsGrammar\SrgsSubset.cs (6)
34Helpers.ThrowIfEmptyOrNull(_text, nameof(text)); 60return _text; 107if (_text != null && _text.Length > 0) 109writer.WriteString(_text); 123return _text + " [" + _matchMode.ToString() + "]";