4 references to True
System.Speech (4)
Internal\SrgsCompiler\GrammarElement.cs (1)
62
if (dynamic == RuleDynamic.
True
)
Internal\SrgsParser\XmlParser.cs (2)
556
ruleDynamic = RuleDynamic.
True
;
652
if (ruleDynamic != RuleDynamic.
True
)
Recognition\SrgsGrammar\SrgsRule.cs (1)
227
writer.WriteAttributeString("sapi", "dynamic", XmlParser.sapiNamespace, _dynamic == RuleDynamic.
True
? "true" : "false");