7 references to CacheFileExists
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1424
if (CompilerLocalReference.
CacheFileExists
())
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
486
if (_compilerLocalRefCache.
CacheFileExists
())
MS\Internal\Tasks\CompilerLocalReference.cs (1)
165
if (
CacheFileExists
())
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
170
if (CompilerLocalReference.
CacheFileExists
())
197
if (CompilerLocalReference.
CacheFileExists
())
237
if (CompilerLocalReference.
CacheFileExists
())
247
if (CompilerState.Pass2Required && CompilerLocalReference.
CacheFileExists
())