26 references to TaskFileService
PresentationBuildTasks (26)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (25)
105
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile),
106
TaskFileService
);
109
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
110
TaskFileService
);
161
if (
TaskFileService
.IsRealBuild)
719
if (
TaskFileService
.IsRealBuild)
724
if (!
TaskFileService
.Exists(codeFile))
729
if (!
TaskFileService
.Exists(bamlFile))
737
if (!
TaskFileService
.Exists(codeFile))
859
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
942
if (!
TaskFileService
.Exists(ApplicationFile))
1036
if (!
TaskFileService
.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1149
TaskFileService
.Delete(codeFile);
1154
TaskFileService
.Delete(bamlFile);
1166
TaskFileService
.Delete(codeFile);
1171
TaskFileService
.Delete(bamlFile);
1183
if (
TaskFileService
.Exists(ContentCodeFile))
1185
TaskFileService
.Delete(ContentCodeFile);
1190
if (IsCleanBuild &&
TaskFileService
.Exists(InternalTypeHelperFile))
1192
TaskFileService
.Delete(InternalTypeHelperFile);
1229
compilerWrapper.TaskFileService =
TaskFileService
;
1326
if (
TaskFileService
.Exists(ContentCodeFile))
1370
bool existsInternalTypeHelper =
TaskFileService
.Exists(InternalTypeHelperFile);
1678
if (
TaskFileService
.Exists(locFile))
1804
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
309
get { return _mcPass1.
TaskFileService
; }