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)
83return _taskFileService.Exists(_stateFilePath); 93_taskFileService.Delete(_stateFilePath); 99Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "StateFilePath must not be empty."); 146_taskFileService.WriteFile(memStream.ToArray(), _stateFilePath); 160Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "_stateFilePath must be not be empty."); 172stream = File.OpenRead(_stateFilePath); 176stream = _taskFileService.GetContent(_stateFilePath); 265get { return _stateFilePath; }