1 write to _localCacheFile
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
155
_localCacheFile
= localCacheFile;
7 references to _localCacheFile
PresentationBuildTasks (7)
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (7)
167
return _taskFileService.Exists(
_localCacheFile
);
177
_taskFileService.Delete(
_localCacheFile
);
186
Debug.Assert(String.IsNullOrEmpty(
_localCacheFile
) != true, "_localCacheFile must not be empty.");
234
_taskFileService.WriteFile(memStream.ToArray(),
_localCacheFile
);
248
Debug.Assert(String.IsNullOrEmpty(
_localCacheFile
) != true, "_localCacheFile must not be empty.");
252
Stream stream = _taskFileService.GetContent(
_localCacheFile
);
303
get { return
_localCacheFile
; }