16 references to Path
PresentationBuildTasks (16)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1149if (IsApplicationTarget && !String.IsNullOrEmpty(CompilerAnalyzer.RecompileApplicationFile.Path)) 1151GetGeneratedFiles(CompilerAnalyzer.RecompileApplicationFile.Path, out codeFile, out bamlFile); 1168GetGeneratedFiles(CompilerAnalyzer.RecompileMarkupPages[i].Path, out codeFile, out bamlFile);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
249if (cu.ApplicationFile.Path != null && cu.ApplicationFile.Path.Length > 0) 257_Compile(cu.ApplicationFile.Path, cu.Pass2); 278_Compile(sourceFile.Path, cu.Pass2); 461if (sourceFile.Path == null || !SourceFileInfo.IsXamlFile) 466if (!TaskFileService.Exists(sourceFile.Path)) 468ThrowCompilerException(nameof(SR.FileNotFound), sourceFile.Path); 702int fileExtIndex = file.Path.LastIndexOf(DOTCHAR); 704sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
MS\Internal\Shared\SourceFileInfo.cs (3)
34_filePath = file.Path; 44if (!string.IsNullOrEmpty(file.Path) && file.Path.ToUpperInvariant().EndsWith(XAML, StringComparison.Ordinal))
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
425if (string.Equals(xamlfile.Path, CompilerLocalReference.LocalMarkupPages[j].FilePath, StringComparison.OrdinalIgnoreCase))