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)
158
return _taskFileService.Exists(
_localCacheFile
);
168
_taskFileService.Delete(
_localCacheFile
);
177
Debug.Assert(String.IsNullOrEmpty(
_localCacheFile
) != true, "_localCacheFile must not be empty.");
225
_taskFileService.WriteFile(memStream.ToArray(),
_localCacheFile
);
239
Debug.Assert(String.IsNullOrEmpty(
_localCacheFile
) != true, "_localCacheFile must not be empty.");
243
Stream stream = _taskFileService.GetContent(
_localCacheFile
);
294
get { return
_localCacheFile
; }