1 write to _taskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
66
_taskFileService
= taskFileService;
5 references to _taskFileService
PresentationBuildTasks (5)
MS\Internal\Tasks\CompilerState.cs (5)
78
return
_taskFileService
.Exists(_stateFilePath);
88
_taskFileService
.Delete(_stateFilePath);
141
_taskFileService
.WriteFile(memStream.ToArray(), _stateFilePath);
161
if (
_taskFileService
.IsRealBuild)
171
stream =
_taskFileService
.GetContent(_stateFilePath);