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)
75return _taskFileService.Exists(_stateFilePath); 85_taskFileService.Delete(_stateFilePath); 91Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "StateFilePath must not be empty."); 138_taskFileService.WriteFile(memStream.ToArray(), _stateFilePath); 152Debug.Assert(String.IsNullOrEmpty(_stateFilePath) != true, "_stateFilePath must be not be empty."); 164stream = File.OpenRead(_stateFilePath); 168stream = _taskFileService.GetContent(_stateFilePath); 300get { return _stateFilePath; }