1 write to TaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
175set { _mc.TaskFileService = value; }
8 references to TaskFileService
PresentationBuildTasks (8)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
136_compiler.TaskFileService.WriteFile(memStream.ToArray(), absoluteOutputPath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
470if (!TaskFileService.Exists(sourceFile.Path)) 640csPragma.ChecksumData = TaskFileService.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid); 660TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 1292if ((IsBamlNeeded) && (TaskFileService.IsRealBuild)) 2959TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 3264TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(),
MS\Internal\Tasks\CompilerWrapper.cs (1)
174get { return _mc.TaskFileService; }