1 instantiation of CfgScriptRef
System.Speech (1)
Internal\SrgsCompiler\ScriptRef.cs (1)
28CfgScriptRef script = new();
8 references to CfgScriptRef
System.Speech (8)
Internal\SrgsCompiler\BackEnd.cs (1)
1078ulOffset += (uint)(_scriptRefs.Count * Marshal.SizeOf<CfgScriptRef>());
Internal\SrgsCompiler\CFGGrammar.cs (6)
52internal CfgScriptRef[]? scripts; 297header.scripts = Load<CfgScriptRef>(streamHelper, cfgSerializedHeader.pScripts, cfgSerializedHeader.cScripts); 338CfgScriptRef[] cfgScripts = Load<CfgScriptRef>(streamHelper, pFH.pScripts, pFH.cScripts); 344CfgScriptRef cfgScript = cfgScripts[i]; 475CheckSetOffsets(pFH.pScripts, pFH.cScripts * Marshal.SizeOf<CfgScriptRef>(), ref ullStartOffset, pFH.ulTotalSerializedSize);
Internal\SrgsCompiler\ScriptRef.cs (1)
28CfgScriptRef script = new();