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