1 write to _stateFilePath
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
65_stateFilePath = stateFilePath;
8 references to _stateFilePath
PresentationBuildTasks (8)
MS\Internal\Tasks\CompilerState.cs (8)
78return _taskFileService.Exists(_stateFilePath); 88_taskFileService.Delete(_stateFilePath); 94Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "StateFilePath must not be empty."); 141_taskFileService.WriteFile(memStream.ToArray(), _stateFilePath); 155Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "_stateFilePath must be not be empty."); 167stream = File.OpenRead(_stateFilePath); 171stream = _taskFileService.GetContent(_stateFilePath); 303get { return _stateFilePath; }