26 references to TaskFileService
PresentationBuildTasks (26)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (25)
109
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile),
110
TaskFileService
);
113
OutputPath + AssemblyName + (
TaskFileService
.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
114
TaskFileService
);
165
if (
TaskFileService
.IsRealBuild)
725
if (
TaskFileService
.IsRealBuild)
730
if (!
TaskFileService
.Exists(codeFile))
735
if (!
TaskFileService
.Exists(bamlFile))
743
if (!
TaskFileService
.Exists(codeFile))
865
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
948
if (!
TaskFileService
.Exists(ApplicationFile))
1042
if (!
TaskFileService
.Exists(TaskHelper.CreateFullFilePath(filePath, SourceDir)))
1155
TaskFileService
.Delete(codeFile);
1160
TaskFileService
.Delete(bamlFile);
1172
TaskFileService
.Delete(codeFile);
1177
TaskFileService
.Delete(bamlFile);
1189
if (
TaskFileService
.Exists(ContentCodeFile))
1191
TaskFileService
.Delete(ContentCodeFile);
1196
if (IsCleanBuild &&
TaskFileService
.Exists(InternalTypeHelperFile))
1198
TaskFileService
.Delete(InternalTypeHelperFile);
1235
compilerWrapper.TaskFileService =
TaskFileService
;
1332
if (
TaskFileService
.Exists(ContentCodeFile))
1376
bool existsInternalTypeHelper =
TaskFileService
.Exists(InternalTypeHelperFile);
1680
if (
TaskFileService
.Exists(locFile))
1806
+ (
TaskFileService
.IsRealBuild? SharedStrings.GeneratedExtension : SharedStrings.IntellisenseGeneratedExtension)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
309
get { return _mcPass1.
TaskFileService
; }