1 write to _idMethod
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
35script._idMethod = _idSymbol;
2 references to _idMethod
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);