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