3 writes to GrammarOptions
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (2)
1070header.GrammarOptions = _grammarOptions | ((_alphabet == AlphabetType.Sapi) ? 0 : GrammarOptions.IpaPhoneme); 1071header.GrammarOptions |= _scriptRefs.Count > 0 ? GrammarOptions.STG | GrammarOptions.KeyValuePairSrgs : 0;
Internal\SrgsCompiler\CFGGrammar.cs (1)
127GrammarOptions = (GrammarOptions)br.ReadUInt32();
1 reference to GrammarOptions
System.Speech (1)
Internal\SrgsCompiler\CFGGrammar.cs (1)
293header.GrammarOptions = cfgSerializedHeader.GrammarOptions;