1 write to Path
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
67
dependencyLibrary.
Path
= library.Path;
5 references to Path
Microsoft.NET.Build.Tasks (5)
DependencyContextBuilder.cs (5)
648
var fileName = Path.GetFileNameWithoutExtension(library.
Path
);
651
!string.IsNullOrWhiteSpace(library.
Path
) && File.Exists(library.
Path
) ? CreateRuntimeFile(referenceProjectInfo.OutputName, library.
Path
) :
797
path = library.
Path
;