8 references to FilePath
PresentationBuildTasks (8)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (4)
585
localApplicationFile = new FileUnit(_localApplicationFile.
FilePath
, _localApplicationFile.LinkAlias, _localApplicationFile.LogicalName);
599
FileUnit localPageFile = new FileUnit(_localMarkupPages[i].
FilePath
, _localMarkupPages[i].LinkAlias, _localMarkupPages[i].LogicalName);
743
relativeFile = GetResolvedFilePath(_localApplicationFile.
FilePath
, ref newSourceDir);
763
relativeFile = GetResolvedFilePath(localRefFile.
FilePath
, ref newSourceDir);
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (2)
87
if (!String.IsNullOrEmpty(
FilePath
))
100
sb.Append(
FilePath
);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (2)
401
localRefFile.
FilePath
,
424
if (String.Compare(xamlfile.Path, CompilerLocalReference.LocalMarkupPages[j].
FilePath
, StringComparison.OrdinalIgnoreCase) == 0)