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)
157
return _taskFileService.Exists(
_localCacheFile
);
167
_taskFileService.Delete(
_localCacheFile
);
176
Debug.Assert(!String.IsNullOrEmpty(
_localCacheFile
), "_localCacheFile must not be empty.");
224
_taskFileService.WriteFile(memStream.ToArray(),
_localCacheFile
);
238
Debug.Assert(!String.IsNullOrEmpty(
_localCacheFile
), "_localCacheFile must not be empty.");
242
Stream stream = _taskFileService.GetContent(
_localCacheFile
);
293
get { return
_localCacheFile
; }