4 references to RemoveCurrentAssembly
Microsoft.Extensions.DotNetDeltaApplier (1)
HotReloadAgent.cs (1)
238
RemoveCurrentAssembly
(startupHookType, Environment.GetEnvironmentVariable(AgentEnvironmentVariables.DotNetStartupHooks)!));
Microsoft.Extensions.DotNetDeltaApplier.Tests (3)
HotReloadAgentTest.cs (3)
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()));