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