1 write to _taskFileService
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
63
_taskFileService
= taskFileService;
5 references to _taskFileService
PresentationBuildTasks (5)
MS\Internal\Tasks\CompilerState.cs (5)
75
return
_taskFileService
.Exists(_stateFilePath);
85
_taskFileService
.Delete(_stateFilePath);
138
_taskFileService
.WriteFile(memStream.ToArray(), _stateFilePath);
158
if (
_taskFileService
.IsRealBuild)
168
stream =
_taskFileService
.GetContent(_stateFilePath);