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; 453return _script; 631if (_script.Length > 0) 634writer.WriteCData(_script);