2 writes to pArcs
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1044
header.
pArcs
= ulOffset;
Internal\SrgsCompiler\CFGGrammar.cs (1)
111
pArcs
= br.ReadUInt32();
3 references to pArcs
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (1)
134
System.Diagnostics.Debug.Assert(streamBuffer.Stream.Position - startStreamPosition == header.
pArcs
);
Internal\SrgsCompiler\CFGGrammar.cs (2)
275
header.arcs = Load<CfgArc>(streamHelper, cfgSerializedHeader.
pArcs
, cfgSerializedHeader.cArcs);
426
CheckSetOffsets(pFH.
pArcs
, pFH.cArcs * Marshal.SizeOf<CfgArc>(), ref ullStartOffset, pFH.ulTotalSerializedSize);