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