16 references to Path
PresentationBuildTasks (16)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1143if (IsApplicationTarget && !String.IsNullOrEmpty(CompilerAnalyzer.RecompileApplicationFile.Path)) 1145GetGeneratedFiles(CompilerAnalyzer.RecompileApplicationFile.Path, out codeFile, out bamlFile); 1162GetGeneratedFiles(CompilerAnalyzer.RecompileMarkupPages[i].Path, out codeFile, out bamlFile);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
247if (cu.ApplicationFile.Path != null && cu.ApplicationFile.Path.Length > 0) 255_Compile(cu.ApplicationFile.Path, cu.Pass2); 276_Compile(sourceFile.Path, cu.Pass2); 459if (sourceFile.Path == null || !SourceFileInfo.IsXamlFile) 464if (!TaskFileService.Exists(sourceFile.Path)) 466ThrowCompilerException(nameof(SR.FileNotFound), sourceFile.Path); 703int fileExtIndex = file.Path.LastIndexOf(DOTCHAR); 705sourceFileInfo.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))