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