4 references to ContentUpdateAction
Microsoft.AspNetCore.Components.WebAssembly (4)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (4)
40
List<UpdateHandler<
ContentUpdateAction
>> updateContentHandlers)
79
internal IEnumerable<UpdateHandler<
ContentUpdateAction
>> UpdateContentHandlers => updateContentHandlers;
189
var contentUpdateHandlers = new List<UpdateHandler<
ContentUpdateAction
>>();
239
UpdateHandler<
ContentUpdateAction
> CreateContentUpdateAction(MethodInfo method)