10 references to Add
System.Speech (10)
Internal\SrgsCompiler\Arc.cs (3)
75
words.
Add
(sWord, out _iWord);
414
newTag._cfgTag._nameOffset = be.Symbols.
Add
(tag._be!.Symbols.FromOffset(tag._cfgTag._nameOffset), out idTagName);
418
newTag._cfgTag._valueOffset = be.Symbols.
Add
(tag._be.Symbols.FromOffset(tag._cfgTag._valueOffset), out idTagName);
Internal\SrgsCompiler\BackEnd.cs (4)
83
_symbols.
Add
(sb.ToString(), out semanticInterpretationGlobals);
94
_symbols.
Add
(script._sMethod, out script._idSymbol);
297
Rule rule = new(this, name, _symbols.
Add
(name, out idString), attributes, _ruleIndex, 0, _grammarOptions & GrammarOptions.TagFormat, ref cImportedRule);
565
_words.
Add
(beSrc.Words[arc.WordId], out newWordId);
Internal\SrgsCompiler\CfgSemanticTag.cs (2)
41
_nameOffset = symbols.
Add
(property._pszName, out iWord);
54
_valueOffset = symbols.
Add
((string)property._comValue, out iWord);
Internal\SrgsCompiler\Rule.cs (1)
130
int offsetName = symbol.
Add
(ruleName, out idWord);