1 write to _stateFilePath
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
70
_stateFilePath
= stateFilePath;
8 references to _stateFilePath
PresentationBuildTasks (8)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (8)
83
return _taskFileService.Exists(
_stateFilePath
);
93
_taskFileService.Delete(
_stateFilePath
);
99
Debug.Assert(String.IsNullOrEmpty(
_stateFilePath
) != true, "StateFilePath must not be empty.");
146
_taskFileService.WriteFile(memStream.ToArray(),
_stateFilePath
);
160
Debug.Assert(String.IsNullOrEmpty(
_stateFilePath
) != true, "_stateFilePath must be not be empty.");
172
stream = File.OpenRead(
_stateFilePath
);
176
stream = _taskFileService.GetContent(
_stateFilePath
);
265
get { return
_stateFilePath
; }