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