8 references to StartupHook
Microsoft.Extensions.DotNetDeltaApplier (2)
StartupHook.cs (2)
31Log($"Loaded into process: {processPath} ({typeof(StartupHook).Assembly.Location})"); 33HotReloadAgent.ClearHotReloadEnvironmentVariables(typeof(StartupHook));
Microsoft.Extensions.DotNetDeltaApplier.Tests (6)
HotReloadAgentTest.cs (6)
16HotReloadAgent.RemoveCurrentAssembly(typeof(StartupHook), typeof(StartupHook).Assembly.Location)); 24HotReloadAgent.RemoveCurrentAssembly(typeof(StartupHook), typeof(StartupHook).Assembly.Location + Path.PathSeparator + customStartupHook)); 32HotReloadAgent.RemoveCurrentAssembly(typeof(StartupHook), customStartupHook + Path.PathSeparator + typeof(StartupHook).Assembly.Location.ToUpperInvariant()));