1 write to _codebehind
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
254_cg._codebehind = value;
10 references to _codebehind
System.Speech (10)
Internal\SrgsCompiler\CustomGrammar.cs (4)
60foreach (string codebehind in cg._codebehind) 62if (!_codebehind.Contains(codebehind)) 64_codebehind.Add(codebehind); 107bool has_script = _script.Length > 0 || _codebehind.Count > 0;
Internal\SrgsCompiler\GrammarElement.cs (1)
250return _cg._codebehind;
Internal\SrgsCompiler\SRGSCompiler.cs (5)
117if (cg._codebehind.Count > 0 && !string.IsNullOrEmpty(srgsPath)) 119for (int i = 0; i < cg._codebehind.Count; i++) 121if (!File.Exists(cg._codebehind[i])) 123cg._codebehind[i] = srgsPath + "\\" + cg._codebehind[i];