9 references to FilePath
PresentationBuildTasks (9)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (4)
570
localApplicationFile = new FileUnit(_localApplicationFile.
FilePath
, _localApplicationFile.LinkAlias, _localApplicationFile.LogicalName);
584
FileUnit localPageFile = new FileUnit(_localMarkupPages[i].
FilePath
, _localMarkupPages[i].LinkAlias, _localMarkupPages[i].LogicalName);
717
relativeFile = GetResolvedFilePath(_localApplicationFile.
FilePath
, ref newSourceDir);
737
relativeFile = GetResolvedFilePath(localRefFile.
FilePath
, ref newSourceDir);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
77
if (!String.IsNullOrEmpty(
FilePath
))
90
sb.Append(
FilePath
);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
397
if (localMarkupPages.Contains(localRefFile.
FilePath
))
400
localRefFile.
FilePath
,
424
if (string.Equals(xamlfile.Path, CompilerLocalReference.LocalMarkupPages[j].
FilePath
, StringComparison.OrdinalIgnoreCase))