2 references to _namedSubmitEventsByLocation
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (2)
163
if (
_namedSubmitEventsByLocation
.Remove(location, out var scopeQualifiedName))
196
_namedSubmitEventsByLocation
.Add(location, scopeQualifiedName);