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)
27
public AgentReporter Reporter { get; } =
new
();
HotReload\WebAssemblyHotReload.cs (1)
59
private 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)
27
public
AgentReporter
Reporter { get; } = new();
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (4)
22
internal sealed class MetadataUpdateHandlerInvoker(
AgentReporter
reporter)
33
public void ReportInvocation(
AgentReporter
reporter)
42
public void MetadataUpdated(
AgentReporter
reporter, Type[] updatedTypes)
57
public void UpdateContent(
AgentReporter
reporter, StaticAssetUpdate update)
HotReload\WebAssemblyHotReload.cs (1)
59
private static readonly
AgentReporter
s_reporter = new();