7 references to True
System.Speech (7)
Internal\SrgsCompiler\GrammarElement.cs (2)
57if (publicRule == RulePublic.True) 72if (publicRule == RulePublic.True || id == _sRoot || hasScript)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
98IRule rule = grammar.CreateRule(id, srgsRule.Scope == SrgsRuleScope.Public ? RulePublic.True : RulePublic.False, srgsRule.Dynamic, hasScript);
Internal\SrgsParser\XmlParser.cs (3)
533publicRule = RulePublic.True; 612if (sInit != null && publicRule != RulePublic.True) 617if (sRecognition != null && publicRule != RulePublic.True)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
199rule.Scope = publicRule == RulePublic.True ? SrgsRuleScope.Public : SrgsRuleScope.Private;