7 references to AssemblyResolution
Microsoft.DotNet.Arcade.Sdk (7)
src\InstallDotNetCore.cs (1)
23static InstallDotNetCore() => AssemblyResolution.Initialize();
src\SetCorFlags.cs (3)
19static SetCorFlags() => AssemblyResolution.Initialize(); 39AssemblyResolution.Log = Log; 49AssemblyResolution.Log = null;
src\Unsign.cs (3)
19static Unsign() => AssemblyResolution.Initialize(); 30AssemblyResolution.Log = Log; 40AssemblyResolution.Log = null;