2 writes to cchWords
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1022header.cchWords = _words.StringSize();
Internal\SrgsCompiler\CFGGrammar.cs (1)
97cchWords = br.ReadInt32();
2 references to cchWords
System.Speech (2)
Internal\SrgsCompiler\CFGGrammar.cs (2)
274header.pszWords = LoadStringBlob(streamHelper, cfgSerializedHeader.pszWords, cfgSerializedHeader.cchWords); 410CheckSetOffsets(pFH.pszWords, pFH.cchWords * Helpers._sizeOfChar, ref ullStartOffset, pFH.ulTotalSerializedSize);