4 references to ModuleId
Microsoft.AspNetCore.Components.WebAssembly (4)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (4)
117Reporter.Report($"Applying delta to module {delta.ModuleId}.", AgentMessageSeverity.Verbose); 121if (TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId) 128var cachedDeltas = _deltas.GetOrAdd(delta.ModuleId, static _ => new()); 143var assembly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(assembly => TryGetModuleId(assembly) is Guid moduleId && moduleId == delta.ModuleId);