1 write to GrammarOptions
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
178
_backend.
GrammarOptions
= System.Speech.Recognition.SrgsGrammar.SrgsDocument.TagFormat2GrammarOptions(value);
2 references to GrammarOptions
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
140
bool semanticInterpretation = (
GrammarOptions
& GrammarOptions.MssV1) == GrammarOptions.MssV1;
Internal\SrgsCompiler\GrammarElement.cs (1)
174
return System.Speech.Recognition.SrgsGrammar.SrgsDocument.GrammarOptions2TagFormat(_backend.
GrammarOptions
);