3 references to TryGetModuleId
Microsoft.AspNetCore.Components.WebAssembly (3)
HotReload\HotReloadAgent.cs (3)
104var moduleId = TryGetModuleId(loadedAssembly); 125if (TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId) 145var assembly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(assembly => TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId);