4 references to _scriptRefs
System.Speech (4)
Internal\SrgsCompiler\GrammarElement.cs (1)
95
bool containsCode = ((IGrammar)this).CodeBehind.Count > 0 || ((IGrammar)this).ImportNamespaces.Count > 0 || ((IGrammar)this).AssemblyReferences.Count > 0 || CustomGrammar.
_scriptRefs
.Count > 0;
Internal\SrgsCompiler\Rule.cs (1)
186
((GrammarElement)grammar).CustomGrammar.
_scriptRefs
.Add(new ScriptRef(rule, method, type));
Internal\SrgsCompiler\SRGSCompiler.cs (2)
141
backend.ScriptRefs = cg.
_scriptRefs
;
151
if (cg.
_scriptRefs
.Count > 0 && !cg.HasScript)