2 writes to pszWords
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1033header.pszWords = ulOffset;
Internal\SrgsCompiler\CFGGrammar.cs (1)
99pszWords = br.ReadUInt32();
10 references to pszWords
System.Speech (10)
Internal\SrgsCompiler\BackEnd.cs (1)
104System.Diagnostics.Debug.Assert(streamBuffer.Stream.Position - startStreamPosition == header.pszWords);
Internal\SrgsCompiler\CFGGrammar.cs (9)
100if (pszWords < SP_SPCFGSERIALIZEDHEADER_500 || pszWords > ulTotalSerializedSize) 118if (pszWords > SP_SPCFGSERIALIZEDHEADER_500) 274header.pszWords = LoadStringBlob(streamHelper, cfgSerializedHeader.pszWords, cfgSerializedHeader.cchWords); 281if (cfgSerializedHeader.pszWords < Marshal.SizeOf<CfgSerializedHeader>()) 328if (pFH.pszWords < Marshal.SizeOf<CfgSerializedHeader>()) 401if (pFH.pszWords < SP_SPCFGSERIALIZEDHEADER_500) 406int ullStartOffset = (int)pFH.pszWords; 410CheckSetOffsets(pFH.pszWords, pFH.cchWords * Helpers._sizeOfChar, ref ullStartOffset, pFH.ulTotalSerializedSize);