7 references to AssemblyResolution
Microsoft.DotNet.NuGetRepack.Tasks (7)
src\AssemblyResolution.cs (1)
33
var fullPath = Path.Combine(Path.GetDirectoryName(typeof(
AssemblyResolution
).Assembly.Location), "System.Collections.Immutable.dll");
src\ReplacePackageParts.cs (3)
24
static ReplacePackageParts() =>
AssemblyResolution
.Initialize();
71
AssemblyResolution
.Log = Log;
81
AssemblyResolution
.Log = null;
src\UpdatePackageVersionTask.cs (3)
17
static UpdatePackageVersionTask() =>
AssemblyResolution
.Initialize();
37
AssemblyResolution
.Log = Log;
47
AssemblyResolution
.Log = null;