3 references to TryGetModuleId
Microsoft.AspNetCore.Components.WebAssembly (3)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (3)
94var moduleId = TryGetModuleId(loadedAssembly); 121if (TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId) 143var assembly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(assembly => TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId);