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