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