2 writes to Export
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
699
rule._cfgRule.
Export
= ((dwAttributes & SPCFGRULEATTRIBUTES.SPRAF_Export) != 0);
Internal\SrgsCompiler\CfgRule.cs (1)
27
Export
= ((attributes & SPCFGRULEATTRIBUTES.SPRAF_Export) != 0);
2 references to Export
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
1224
fAtLeastOneRule |= (rule._cfgRule.Dynamic || rule._cfgRule.TopLevel || rule._cfgRule.
Export
);
Recognition\Grammar.cs (1)
1075
fFoundRule = cfgRule.
Export
|| stgInit || (!isImportedGrammar ? cfgRule.TopLevel || rulename == rootRule : false);