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