1 write to _idRule
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
31script._idRule = symbols.Find(_rule);
2 references to _idRule
System.Speech (2)
Internal\SrgsCompiler\CFGGrammar.cs (1)
345scripts[i] = new ScriptRef(symbols[cfgScript._idRule], symbols[cfgScript._idMethod], cfgScript._method);
Internal\SrgsCompiler\ScriptRef.cs (1)
37System.Diagnostics.Debug.Assert(script._idRule != -1 && script._idMethod != -1);