2 writes to Import
System.Speech (2)
Internal\SrgsCompiler\BackEnd.cs (1)
701
rule._cfgRule.
Import
= ((dwAttributes & SPCFGRULEATTRIBUTES.SPRAF_Import) != 0);
Internal\SrgsCompiler\CfgRule.cs (1)
29
Import
= ((attributes & SPCFGRULEATTRIBUTES.SPRAF_Import) != 0);
6 references to Import
System.Speech (6)
Internal\SrgsCompiler\BackEnd.cs (1)
1222
rule._fHasExitPath |= (rule._cfgRule.Dynamic | rule._cfgRule.
Import
) ? true : false;
Internal\SrgsCompiler\Rule.cs (5)
39
if (_cfgRule.
Import
)
65
if (rule1._cfgRule.
Import
)
67
return (rule2._cfgRule.
Import
) ? rule1._cfgRule._nameOffset - rule2._cfgRule._nameOffset : -1;
75
return (rule2._cfgRule.
Import
) ? 1 : (rule2._cfgRule.Dynamic) ? -1 : rule1._cfgRule._nameOffset - rule2._cfgRule._nameOffset;
98
if ((!_cfgRule.Dynamic) && (!_cfgRule.
Import
) && _id != "VOID" && _firstState!.NumArcs == 0)