4 references to ContentCodeFile
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (4)
1213
if (TaskFileService.Exists(
ContentCodeFile
))
1215
TaskFileService.Delete(
ContentCodeFile
);
1350
if (TaskFileService.Exists(
ContentCodeFile
))
1352
csFileList.Add(new TaskItem(
ContentCodeFile
));