2 writes to _words
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (2)
20_words = new StringBlob(); 806_words = header.pszWords;
12 references to _words
System.Speech (12)
Internal\SrgsCompiler\BackEnd.cs (12)
105streamBuffer.WriteArrayChar(_words.SerializeData(), _words.SerializeSize()); 385return new Arc(text, null, _words, 1.0f, CfgGrammar.SP_NORMAL_CONFIDENCE, null, matchMode, ref _fNeedWeightTable); 419Arc arc = new(null, ruleToTransitionTo, _words, flWeight, '\0', specialRuleTrans, MatchMode.AllWords, ref fNeedWeightTable); 565_words.Add(beSrc.Words[arc.WordId], out newWordId); 775return _words; 796[MemberNotNull(nameof(_words))] 908newArc = new Arc(null, ruleToTransitionTo, _words!, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE, null, MatchMode.AllWords, ref _fNeedWeightTable); 1022header.cchWords = _words.StringSize(); 1023header.cWords = _words.Count; 1034ulOffset += (uint)_words.SerializeSize() * Helpers._sizeOfChar; 1265Arc arc = new(s, null, _words, flWeight, requiredConfidence, null, MatchMode.AllWords, ref _fNeedWeightTable);