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