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