4 references to ContentCodeFile
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (4)
1198
if (TaskFileService.Exists(
ContentCodeFile
))
1200
TaskFileService.Delete(
ContentCodeFile
);
1341
if (TaskFileService.Exists(
ContentCodeFile
))
1343
csFileList.Add(new TaskItem(
ContentCodeFile
));