1 write to TaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
170
set { _mc.
TaskFileService
= value; }
8 references to TaskFileService
PresentationBuildTasks (8)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
134
_compiler.
TaskFileService
.WriteFile(memStream.ToArray(), absoluteOutputPath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
463
if (!
TaskFileService
.Exists(sourceFile.Path))
621
ChecksumData =
TaskFileService
.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid)
642
TaskFileService
.WriteGeneratedCodeFile(codeMemStream.ToArray(),
1281
if ((IsBamlNeeded) && (
TaskFileService
.IsRealBuild))
2985
TaskFileService
.WriteGeneratedCodeFile(codeMemStream.ToArray(),
3295
TaskFileService
.WriteGeneratedCodeFile(codeMemStream.ToArray(),
MS\Internal\Tasks\CompilerWrapper.cs (1)
169
get { return _mc.
TaskFileService
; }