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