5 references to Public
System.Speech (5)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
98
IRule rule = grammar.CreateRule(id, srgsRule.Scope == SrgsRuleScope.
Public
? RulePublic.True : RulePublic.False, srgsRule.Dynamic, hasScript);
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
199
rule.Scope = publicRule == RulePublic.True ? SrgsRuleScope.
Public
: SrgsRuleScope.Private;
Recognition\SrgsGrammar\SrgsRule.cs (3)
214
case SrgsRuleScope.
Public
:
296
if (OnInit != null && Scope != SrgsRuleScope.
Public
)
301
if (OnRecognition != null && Scope != SrgsRuleScope.
Public
)