3 references to TryGetModuleId
Microsoft.Extensions.DotNetDeltaApplier (3)
HotReloadAgent.cs (3)
102var moduleId = TryGetModuleId(loadedAssembly); 140if (TryGetModuleId(assembly) is Guid moduleId && moduleId == update.ModuleId) 162var assembly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(assembly => TryGetModuleId(assembly) is Guid moduleId && moduleId == update.ModuleId);