7 references to CacheFileExists
PresentationBuildTasks (7)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1449
if (CompilerLocalReference.
CacheFileExists
())
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
501
if (_compilerLocalRefCache.
CacheFileExists
())
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (1)
175
if (
CacheFileExists
())
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
179
if (CompilerLocalReference.
CacheFileExists
())
206
if (CompilerLocalReference.
CacheFileExists
())
246
if (CompilerLocalReference.
CacheFileExists
())
256
if (CompilerState.Pass2Required && CompilerLocalReference.
CacheFileExists
())