1 write to _stateFilePath
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
62
_stateFilePath
= stateFilePath;
8 references to _stateFilePath
PresentationBuildTasks (8)
MS\Internal\Tasks\CompilerState.cs (8)
75
return _taskFileService.Exists(
_stateFilePath
);
85
_taskFileService.Delete(
_stateFilePath
);
91
Debug.Assert(String.IsNullOrEmpty(
_stateFilePath
) != true, "StateFilePath must not be empty.");
138
_taskFileService.WriteFile(memStream.ToArray(),
_stateFilePath
);
152
Debug.Assert(String.IsNullOrEmpty(
_stateFilePath
) != true, "_stateFilePath must be not be empty.");
164
stream = File.OpenRead(
_stateFilePath
);
168
stream = _taskFileService.GetContent(
_stateFilePath
);
300
get { return
_stateFilePath
; }