2 writes to cScripts
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1076
header.
cScripts
= _scriptRefs.Count;
Internal\SrgsCompiler\CFGGrammar.cs (1)
120
cScripts
= br.ReadInt32();
5 references to cScripts
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (1)
1077
header.pScripts = header.
cScripts
> 0 ? ulOffset : 0;
Internal\SrgsCompiler\CFGGrammar.cs (4)
297
header.scripts = Load<CfgScriptRef>(streamHelper, cfgSerializedHeader.pScripts, cfgSerializedHeader.
cScripts
);
338
CfgScriptRef[] cfgScripts = Load<CfgScriptRef>(streamHelper, pFH.pScripts, pFH.
cScripts
);
473
if (pFH.
cScripts
> 0)
475
CheckSetOffsets(pFH.pScripts, pFH.
cScripts
* Marshal.SizeOf<CfgScriptRef>(), ref ullStartOffset, pFH.ulTotalSerializedSize);