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