2 references to TryCreateScopeQualifiedEventName
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
120
if (
TryCreateScopeQualifiedEventName
(change.ComponentId, change.AssignedName, out var scopeQualifiedName))
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (1)
212
if (
TryCreateScopeQualifiedEventName
(componentId, namedEventFrame.NamedEventAssignedName, out var combinedFormName))