1 write to TaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
170set { _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)
463if (!TaskFileService.Exists(sourceFile.Path)) 634ChecksumData = TaskFileService.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid) 655TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 1294if ((IsBamlNeeded) && (TaskFileService.IsRealBuild)) 2998TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 3308TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(),
MS\Internal\Tasks\CompilerWrapper.cs (1)
169get { return _mc.TaskFileService; }