3 instantiations of StringBlob
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
20_words = new StringBlob(); 21_symbols = new StringBlob();
Internal\SrgsCompiler\CFGGrammar.cs (1)
505return new StringBlob(ach);
15 references to StringBlob
System.Speech (15)
Internal\SrgsCompiler\Arc.cs (3)
56internal Arc(string? sWord, Rule? ruleRef, StringBlob words, float flWeight, int confidence, Rule? specialRule, MatchMode matchMode, ref bool fNeedWeightTable) 61private Arc(string? sWord, Rule? ruleRef, StringBlob words, float flWeight, int confidence, Rule? specialRule, uint iSerialize, MatchMode matchMode, ref bool fNeedWeightTable) 742private static string? GetSemanticValue(CfgSemanticTag tag, StringBlob symbols, out string? value)
Internal\SrgsCompiler\BackEnd.cs (4)
771internal StringBlob Words 779internal StringBlob Symbols 1349private StringBlob _words; 1351private StringBlob _symbols;
Internal\SrgsCompiler\CFGGrammar.cs (4)
40internal StringBlob? pszWords; 42internal StringBlob? pszSymbols; 335StringBlob symbols = LoadStringBlob(streamHelper, pFH.pszSymbols, pFH.cchSymbols); 498private static StringBlob LoadStringBlob(StreamMarshaler streamHelper, uint iPos, int c)
Internal\SrgsCompiler\CfgSemanticTag.cs (1)
29internal CfgSemanticTag(StringBlob symbols, CfgGrammar.CfgProperty property)
Internal\SrgsCompiler\Rule.cs (1)
125internal Rule Clone(StringBlob symbol, string ruleName)
Internal\SrgsCompiler\ScriptRef.cs (1)
26internal void Serialize(StringBlob symbols, StreamMarshaler streamBuffer)
Recognition\Grammar.cs (1)
1052StringBlob symbols = header.pszSymbols;