26 references to TaskFileService
PresentationBuildTasks (26)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (25)
104
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile),
105
TaskFileService
);
108
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
109
TaskFileService
);
160
if (
TaskFileService
.IsRealBuild)
718
if (
TaskFileService
.IsRealBuild)
723
if (!
TaskFileService
.Exists(codeFile))
728
if (!
TaskFileService
.Exists(bamlFile))
736
if (!
TaskFileService
.Exists(codeFile))
858
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
941
if (!
TaskFileService
.Exists(ApplicationFile))
1035
if (!
TaskFileService
.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1148
TaskFileService
.Delete(codeFile);
1153
TaskFileService
.Delete(bamlFile);
1165
TaskFileService
.Delete(codeFile);
1170
TaskFileService
.Delete(bamlFile);
1182
if (
TaskFileService
.Exists(ContentCodeFile))
1184
TaskFileService
.Delete(ContentCodeFile);
1189
if (IsCleanBuild &&
TaskFileService
.Exists(InternalTypeHelperFile))
1191
TaskFileService
.Delete(InternalTypeHelperFile);
1228
compilerWrapper.TaskFileService =
TaskFileService
;
1325
if (
TaskFileService
.Exists(ContentCodeFile))
1369
bool existsInternalTypeHelper =
TaskFileService
.Exists(InternalTypeHelperFile);
1677
if (
TaskFileService
.Exists(locFile))
1803
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
308
get { return _mcPass1.
TaskFileService
; }