1 write to pszWords
System.Speech (1)
Internal\SrgsCompiler\CFGGrammar.cs (1)
274header.pszWords = LoadStringBlob(streamHelper, cfgSerializedHeader.pszWords, cfgSerializedHeader.cchWords);
2 references to pszWords
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
802System.Diagnostics.Debug.Assert(header.pszWords != null, "ConvertCfgHeader should set includeAllGrammarData"); 806_words = header.pszWords;