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