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