16 references to Path
PresentationBuildTasks (16)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1173
if (IsApplicationTarget && !String.IsNullOrEmpty(CompilerAnalyzer.RecompileApplicationFile.
Path
))
1175
GetGeneratedFiles(CompilerAnalyzer.RecompileApplicationFile.
Path
, out codeFile, out bamlFile);
1192
GetGeneratedFiles(CompilerAnalyzer.RecompileMarkupPages[i].
Path
, out codeFile, out bamlFile);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (9)
238
if (cu.ApplicationFile.
Path
!= null && cu.ApplicationFile.
Path
.Length > 0)
246
_Compile(cu.ApplicationFile.
Path
, cu.Pass2);
267
_Compile(sourceFile.
Path
, cu.Pass2);
463
if (sourceFile.
Path
== null || !SourceFileInfo.IsXamlFile)
468
if (!TaskFileService.Exists(sourceFile.
Path
))
470
ThrowCompilerException(SRID.FileNotFound, sourceFile.
Path
);
719
int fileExtIndex = file.
Path
.LastIndexOf(DOT, StringComparison.Ordinal);
721
sourceFileInfo.RelativeSourceFilePath = file.
Path
.Substring(0, fileExtIndex);
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (3)
37
_filePath = file.
Path
;
47
if (!string.IsNullOrEmpty(file.
Path
) && file.
Path
.ToUpperInvariant().EndsWith(XAML, StringComparison.Ordinal))
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
424
if (String.Compare(xamlfile.
Path
, CompilerLocalReference.LocalMarkupPages[j].FilePath, StringComparison.OrdinalIgnoreCase) == 0)