2 references to DefineConstants
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (2)
330
get { return _cacheInfoList[(int)CompilerStateType.
DefineConstants
]; }
331
set { _cacheInfoList[(int)CompilerStateType.
DefineConstants
] = value; }