2 instantiations of AgentReporter
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (1)
27public AgentReporter Reporter { get; } = new();
HotReload\WebAssemblyHotReload.cs (1)
59private static readonly AgentReporter s_reporter = new();
6 references to AgentReporter
Microsoft.AspNetCore.Components.WebAssembly (6)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (1)
27public AgentReporter Reporter { get; } = new();
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (4)
22internal sealed class MetadataUpdateHandlerInvoker(AgentReporter reporter) 33public void ReportInvocation(AgentReporter reporter) 42public void MetadataUpdated(AgentReporter reporter, Type[] updatedTypes) 57public void UpdateContent(AgentReporter reporter, StaticAssetUpdate update)
HotReload\WebAssemblyHotReload.cs (1)
59private static readonly AgentReporter s_reporter = new();