1 write to _stateFilePath
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerState.cs (1)
61_stateFilePath = stateFilePath;
8 references to _stateFilePath
PresentationBuildTasks (8)
MS\Internal\Tasks\CompilerState.cs (8)
74return _taskFileService.Exists(_stateFilePath); 84_taskFileService.Delete(_stateFilePath); 90Debug.Assert(!String.IsNullOrEmpty(_stateFilePath), "StateFilePath must not be empty."); 137_taskFileService.WriteFile(memStream.ToArray(), _stateFilePath); 151Debug.Assert(!String.IsNullOrEmpty(_stateFilePath), "_stateFilePath must be not be empty."); 163stream = File.OpenRead(_stateFilePath); 167stream = _taskFileService.GetContent(_stateFilePath); 299get { return _stateFilePath; }