2 writes to pScripts
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1077header.pScripts = header.cScripts > 0 ? ulOffset : 0;
Internal\SrgsCompiler\CFGGrammar.cs (1)
121pScripts = br.ReadUInt32();
5 references to pScripts
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (2)
184System.Diagnostics.Debug.Assert(header.pScripts == 0 || streamBuffer.Stream.Position - startStreamPosition == header.pScripts);
Internal\SrgsCompiler\CFGGrammar.cs (3)
297header.scripts = Load<CfgScriptRef>(streamHelper, cfgSerializedHeader.pScripts, cfgSerializedHeader.cScripts); 338CfgScriptRef[] cfgScripts = Load<CfgScriptRef>(streamHelper, pFH.pScripts, pFH.cScripts); 475CheckSetOffsets(pFH.pScripts, pFH.cScripts * Marshal.SizeOf<CfgScriptRef>(), ref ullStartOffset, pFH.ulTotalSerializedSize);