1 write to Path
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
67dependencyLibrary.Path = library.Path;
4 references to Path
Microsoft.NET.Build.Tasks (4)
DependencyContextBuilder.cs (4)
651var fileName = Path.GetFileNameWithoutExtension(library.Path); 656string libraryPath = !string.IsNullOrWhiteSpace(library.Path) ? Path.Combine(mainProjectDirectory, library.Path) : null; 804path = library.Path;