7 references to CacheFileExists
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1431
if (CompilerLocalReference.
CacheFileExists
())
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
493
if (_compilerLocalRefCache.
CacheFileExists
())
MS\Internal\Tasks\CompilerLocalReference.cs (1)
166
if (
CacheFileExists
())
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (4)
171
if (CompilerLocalReference.
CacheFileExists
())
198
if (CompilerLocalReference.
CacheFileExists
())
238
if (CompilerLocalReference.
CacheFileExists
())
248
if (CompilerState.Pass2Required && CompilerLocalReference.
CacheFileExists
())