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