1 write to _scriptRefs
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
1339_scriptRefs = value;
5 references to _scriptRefs
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (5)
92foreach (ScriptRef script in _scriptRefs) 185foreach (ScriptRef script in _scriptRefs) 1071header.GrammarOptions |= _scriptRefs.Count > 0 ? GrammarOptions.STG | GrammarOptions.KeyValuePairSrgs : 0; 1076header.cScripts = _scriptRefs.Count; 1078ulOffset += (uint)(_scriptRefs.Count * Marshal.SizeOf<CfgScriptRef>());