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)
33
return
_text
;
98
if (
_text
!= null &&
_text
.Length > 0)
100
writer.WriteString(
_text
);
150
sb.Append(
_text
);