2 writes to _script
System.Speech (2)
Recognition\SrgsGrammar\SrgsGrammar.cs (2)
251
_script
+= code;
458
_script
= value;
4 references to _script
System.Speech (4)
Recognition\SrgsGrammar\SrgsGrammar.cs (4)
155
_fContainsCode |= _language != null ||
_script
.Length > 0 || _usings.Count > 0 || _assemblyReferences.Count > 0 || _codebehind.Count > 0 || _namespace != null || _fDebug;
453
return
_script
;
631
if (
_script
.Length > 0)
634
writer.WriteCData(
_script
);