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