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