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