1 write to _registration
Microsoft.AspNetCore.Components.AI (1)
Components\BlockRenderer.cs (1)
68
_registration
= new BlockRendererRegistration
3 references to _registration
Microsoft.AspNetCore.Components.AI (3)
Components\BlockRenderer.cs (3)
76
ListContext.AddRegistration(
_registration
);
87
if (
_registration
is not null)
89
ListContext?.RemoveRegistration(
_registration
);