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)
105
streamBuffer.WriteArrayChar(
_words
.SerializeData(),
_words
.SerializeSize());
385
return new Arc(text, null,
_words
, 1.0f, CfgGrammar.SP_NORMAL_CONFIDENCE, null, matchMode, ref _fNeedWeightTable);
419
Arc arc = new(null, ruleToTransitionTo,
_words
, flWeight, '\0', specialRuleTrans, MatchMode.AllWords, ref fNeedWeightTable);
565
_words
.Add(beSrc.Words[arc.WordId], out newWordId);
775
return
_words
;
796
[MemberNotNull(nameof(
_words
))]
908
newArc = new Arc(null, ruleToTransitionTo,
_words
!, flWeight, CfgGrammar.SP_NORMAL_CONFIDENCE, null, MatchMode.AllWords, ref _fNeedWeightTable);
1022
header.cchWords =
_words
.StringSize();
1023
header.cWords =
_words
.Count;
1034
ulOffset += (uint)
_words
.SerializeSize() * Helpers._sizeOfChar;
1265
Arc arc = new(s, null,
_words
, flWeight, requiredConfidence, null, MatchMode.AllWords, ref _fNeedWeightTable);