1 write to _localCacheFile
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerLocalReference.cs (1)
146_localCacheFile = localCacheFile;
7 references to _localCacheFile
PresentationBuildTasks (7)
MS\Internal\Tasks\CompilerLocalReference.cs (7)
158return _taskFileService.Exists(_localCacheFile); 168_taskFileService.Delete(_localCacheFile); 177Debug.Assert(String.IsNullOrEmpty(_localCacheFile) != true, "_localCacheFile must not be empty."); 225_taskFileService.WriteFile(memStream.ToArray(), _localCacheFile); 239Debug.Assert(String.IsNullOrEmpty(_localCacheFile) != true, "_localCacheFile must not be empty."); 243Stream stream = _taskFileService.GetContent(_localCacheFile); 294get { return _localCacheFile; }