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