19 references to Join
Microsoft.AspNetCore.HttpLogging (2)
FileLoggerProcessor.cs (2)
53_path = Path.Join(environment.ContentRootPath, "logs"); 57_path = Path.Join(environment.ContentRootPath, _path);
Microsoft.DotNet.Open.Api.Tools.Tests (9)
OpenApiAddProjectTests.cs (1)
96var refProjFile = Path.Join(refProj.Root, $"{refProjName}.csproj");
OpenApiRemoveTests.cs (8)
32var csproj = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")); 47csproj = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")); 75var csproj = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")); 90csproj = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")); 118var refProjFile = Path.Join(refProj.Root, $"{refProjName}.csproj"); 124using (var csprojStream = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")).OpenRead()) 138using (var csprojStream = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj")).OpenRead()) 177var csproj = new FileInfo(Path.Join(_tempDir.Root, "testproj.csproj"));
StaticFilesAuth (2)
Startup.cs (2)
146return Path.Join(files.Root, path); 154return Path.Join(files.Root, path);
System.Formats.Tar (3)
System\Formats\Tar\TarEntry.cs (3)
338Path.IsPathFullyQualified(name) ? name : Path.Join(destinationDirectoryPath, name)); 352Path.IsPathFullyQualified(linkName) ? linkName : Path.Join(Path.GetDirectoryName(fileDestinationPath), linkName)); 367Path.Join(destinationDirectoryPath, linkName));
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (3)
501return Join(path2, path3); 504return Join(path1, path3); 507return Join(path1, path2);