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