1 write to _stateFilePath
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
61
_stateFilePath
= stateFilePath;
8 references to _stateFilePath
PresentationBuildTasks (8)
MS\Internal\Tasks\CompilerState.cs (8)
74
return _taskFileService.Exists(
_stateFilePath
);
84
_taskFileService.Delete(
_stateFilePath
);
90
Debug.Assert(!String.IsNullOrEmpty(
_stateFilePath
), "StateFilePath must not be empty.");
137
_taskFileService.WriteFile(memStream.ToArray(),
_stateFilePath
);
151
Debug.Assert(!String.IsNullOrEmpty(
_stateFilePath
), "_stateFilePath must be not be empty.");
163
stream = File.OpenRead(
_stateFilePath
);
167
stream = _taskFileService.GetContent(
_stateFilePath
);
299
get { return
_stateFilePath
; }