4 references to CreateRule
System.Speech (4)
Internal\SrgsCompiler\GrammarElement.cs (1)
348
rule = _backend.
CreateRule
(sRuleId, dwAttributes);
Internal\SrgsCompiler\RuleRef.cs (3)
71
ruleRef ??= backend.
CreateRule
(sExternalRuleUri, SPCFGRULEATTRIBUTES.SPRAF_Import);
110
rule = backend.
CreateRule
(szSpecialVoid, 0);
151
rule = backend.
CreateRule
(sRuleId, 0);