2 references to AssignedName
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
163
if (TryCreateScopeQualifiedEventName(change.ComponentId, change.
AssignedName
, out var scopeQualifiedName))
Microsoft.AspNetCore.Components.Tests (1)
RenderTreeDiffBuilderTest.cs (1)
2569
Assert.Equal(assignedName, namedEvent.
AssignedName
);