4 references to ContentCodeFile
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (4)
1183
if (TaskFileService.Exists(
ContentCodeFile
))
1185
TaskFileService.Delete(
ContentCodeFile
);
1326
if (TaskFileService.Exists(
ContentCodeFile
))
1328
csFileList.Add(new TaskItem(
ContentCodeFile
));