3 references to Private
System.Speech (3)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
199
rule.Scope = publicRule == RulePublic.True ? SrgsRuleScope.Public : SrgsRuleScope.
Private
;
Recognition\SrgsGrammar\SrgsRule.cs (2)
210
case SrgsRuleScope.
Private
:
402
private SrgsRuleScope _scope = SrgsRuleScope.
Private
;