3 writes to pWeights
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
1048header.pWeights = ulOffset; 1055header.pWeights = 0;
Internal\SrgsCompiler\CFGGrammar.cs (1)
112pWeights = br.ReadUInt32();
4 references to pWeights
System.Speech (4)
Internal\SrgsCompiler\BackEnd.cs (1)
146System.Diagnostics.Debug.Assert(streamBuffer.Stream.Position - startStreamPosition == header.pWeights);
Internal\SrgsCompiler\CFGGrammar.cs (3)
277header.weights = Load<float>(streamHelper, cfgSerializedHeader.pWeights, cfgSerializedHeader.cArcs); 430if (pFH.pWeights > 0) 432CheckSetOffsets(pFH.pWeights, pFH.cArcs * sizeof(float), ref ullStartOffset, pFH.ulTotalSerializedSize);