1 write to TaskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
171set { _mc.TaskFileService = value; }
8 references to TaskFileService
PresentationBuildTasks (8)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
135_compiler.TaskFileService.WriteFile(memStream.ToArray(), absoluteOutputPath);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
464if (!TaskFileService.Exists(sourceFile.Path)) 635ChecksumData = TaskFileService.GetChecksum(SourceFileInfo.OriginalFilePath, hashGuid) 656TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 1296if ((IsBamlNeeded) && (TaskFileService.IsRealBuild)) 3000TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(), 3311TaskFileService.WriteGeneratedCodeFile(codeMemStream.ToArray(),
MS\Internal\Tasks\CompilerWrapper.cs (1)
170get { return _mc.TaskFileService; }