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)
60
foreach (string codebehind in cg.
_codebehind
)
62
if (!
_codebehind
.Contains(codebehind))
64
_codebehind
.Add(codebehind);
107
bool has_script = _script.Length > 0 ||
_codebehind
.Count > 0;
Internal\SrgsCompiler\GrammarElement.cs (1)
250
return _cg.
_codebehind
;
Internal\SrgsCompiler\SRGSCompiler.cs (5)
117
if (cg.
_codebehind
.Count > 0 && !string.IsNullOrEmpty(srgsPath))
119
for (int i = 0; i < cg.
_codebehind
.Count; i++)
121
if (!File.Exists(cg.
_codebehind
[i]))
123
cg.
_codebehind
[i] = srgsPath + "\\" + cg.
_codebehind
[i];