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