4 references to ContentCodeFile
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (4)
1182
if (TaskFileService.Exists(
ContentCodeFile
))
1184
TaskFileService.Delete(
ContentCodeFile
);
1325
if (TaskFileService.Exists(
ContentCodeFile
))
1327
csFileList.Add(new TaskItem(
ContentCodeFile
));