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