3 references to _codebehind
System.Speech (3)
Recognition\SrgsGrammar\SrgsGrammar.cs (3)
155
_fContainsCode |= _language != null || _script.Length > 0 || _usings.Count > 0 || _assemblyReferences.Count > 0 ||
_codebehind
.Count > 0 || _namespace != null || _fDebug;
423
return
_codebehind
;
569
foreach (string sFile in
_codebehind
)