1 write to _localCacheFile
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerLocalReference.cs (1)
145_localCacheFile = localCacheFile;
7 references to _localCacheFile
PresentationBuildTasks (7)
MS\Internal\Tasks\CompilerLocalReference.cs (7)
157return _taskFileService.Exists(_localCacheFile); 167_taskFileService.Delete(_localCacheFile); 176Debug.Assert(!String.IsNullOrEmpty(_localCacheFile), "_localCacheFile must not be empty."); 224_taskFileService.WriteFile(memStream.ToArray(), _localCacheFile); 238Debug.Assert(!String.IsNullOrEmpty(_localCacheFile), "_localCacheFile must not be empty."); 242Stream stream = _taskFileService.GetContent(_localCacheFile); 293get { return _localCacheFile; }