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)
33
return
_text
;
53
if (
_text
!= null &&
_text
.Length > 0)
55
writer.WriteString(
_text
);
61
return "'" +
_text
+ "'";