3 writes to _grammarOptions
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (3)
204
be.
_grammarOptions
= org._grammarOptions;
809
_grammarOptions
= header.GrammarOptions;
1299
_grammarOptions
= value;
5 references to _grammarOptions
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (5)
204
be._grammarOptions = org.
_grammarOptions
;
297
Rule rule = new(this, name, _symbols.Add(name, out idString), attributes, _ruleIndex, 0,
_grammarOptions
& GrammarOptions.TagFormat, ref cImportedRule);
1070
header.GrammarOptions =
_grammarOptions
| ((_alphabet == AlphabetType.Sapi) ? 0 : GrammarOptions.IpaPhoneme);
1101
Rule rule = new(this, ruleName, cfgRule, i + previousCfgLastRules,
_grammarOptions
& GrammarOptions.TagFormat, ref _cImportedRules);
1295
return
_grammarOptions
;