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)
34
Helpers.ThrowIfEmptyOrNull(
_text
, nameof(text));
60
return
_text
;
107
if (
_text
!= null &&
_text
.Length > 0)
109
writer.WriteString(
_text
);
123
return
_text
+ " [" + _matchMode.ToString() + "]";