9 references to FilePath
PresentationBuildTasks (9)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (4)
577
localApplicationFile = new FileUnit(_localApplicationFile.
FilePath
, _localApplicationFile.LinkAlias, _localApplicationFile.LogicalName);
591
FileUnit localPageFile = new FileUnit(_localMarkupPages[i].
FilePath
, _localMarkupPages[i].LinkAlias, _localMarkupPages[i].LogicalName);
724
relativeFile = GetResolvedFilePath(_localApplicationFile.
FilePath
, ref newSourceDir);
744
relativeFile = GetResolvedFilePath(localRefFile.
FilePath
, ref newSourceDir);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
78
if (!String.IsNullOrEmpty(
FilePath
))
91
sb.Append(
FilePath
);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
398
if (localMarkupPages.Contains(localRefFile.
FilePath
))
401
localRefFile.
FilePath
,
425
if (string.Equals(xamlfile.Path, CompilerLocalReference.LocalMarkupPages[j].
FilePath
, StringComparison.OrdinalIgnoreCase))