9 references to FileIsUnderPath
Microsoft.Build.Utilities.Core (9)
TrackedDependencies\CanonicalTrackedInputFiles.cs (2)
743
if (FileTracker.
FileIsUnderPath
(tlogEntry, currentProjectDirectory) || !FileTracker.FileIsExcludedFromDependencies(tlogEntry))
787
if (FileTracker.
FileIsUnderPath
(tlogEntry, currentProjectDirectory) || !FileTracker.FileIsExcludedFromDependencies(tlogEntry))
TrackedDependencies\CanonicalTrackedOutputFiles.cs (1)
208
if (FileTracker.
FileIsUnderPath
(tlogEntry, currentProjectDirectory) || !FileTracker.FileIsExcludedFromDependencies(tlogEntry))
TrackedDependencies\FileTracker.cs (6)
250
return
FileIsUnderPath
(fileName, s_applicationDataPath) ||
251
FileIsUnderPath
(fileName, s_localApplicationDataPath) ||
252
FileIsUnderPath
(fileName, s_localLowApplicationDataPath) ||
253
FileIsUnderPath
(fileName, s_tempShortPath) ||
254
FileIsUnderPath
(fileName, s_tempLongPath) ||
255
s_commonApplicationDataPaths.Any(p =>
FileIsUnderPath
(fileName, p));