16 references to Path
PresentationBuildTasks (16)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (3)
1142if (IsApplicationTarget && !String.IsNullOrEmpty(CompilerAnalyzer.RecompileApplicationFile.Path)) 1144GetGeneratedFiles(CompilerAnalyzer.RecompileApplicationFile.Path, out codeFile, out bamlFile); 1161GetGeneratedFiles(CompilerAnalyzer.RecompileMarkupPages[i].Path, out codeFile, out bamlFile);
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
246if (cu.ApplicationFile.Path != null && cu.ApplicationFile.Path.Length > 0) 254_Compile(cu.ApplicationFile.Path, cu.Pass2); 275_Compile(sourceFile.Path, cu.Pass2); 458if (sourceFile.Path == null || !SourceFileInfo.IsXamlFile) 463if (!TaskFileService.Exists(sourceFile.Path)) 465ThrowCompilerException(nameof(SR.FileNotFound), sourceFile.Path); 702int fileExtIndex = file.Path.LastIndexOf(DOTCHAR); 704sourceFileInfo.RelativeSourceFilePath = file.Path.Substring(0, fileExtIndex);
MS\Internal\Shared\SourceFileInfo.cs (3)
33_filePath = file.Path; 43if (!string.IsNullOrEmpty(file.Path) && file.Path.ToUpperInvariant().EndsWith(XAML, StringComparison.Ordinal))
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
424if (string.Equals(xamlfile.Path, CompilerLocalReference.LocalMarkupPages[j].FilePath, StringComparison.OrdinalIgnoreCase))