2 writes to Handler
Microsoft.AspNetCore.Components (2)
Routing\RouteTableFactory.cs (1)
195Handler = pageType,
src\aspnetcore\src\Http\Routing\src\Tree\TreeRouteBuilder.cs (1)
96Handler = handler,
3 references to Handler
Microsoft.AspNetCore.Components (3)
Routing\RouteContext.cs (1)
49public Type? Handler => Entry?.Handler;
Routing\RouteTableFactory.cs (2)
216'{existingText}' in '{existing.Handler.FullName}' 217'{currentText}' in '{current.Handler.FullName}'