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