11 writes to DisplayName
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\OpaqueRedirection.cs (1)
58DisplayName = "Blazor Opaque Redirection",
Builder\RazorComponentEndpointFactory.cs (1)
74builder.DisplayName = $"{builder.RoutePattern.RawText} ({pageDefinition.DisplayName})";
Microsoft.AspNetCore.Mvc.Core (4)
Routing\ActionEndpointFactory.cs (4)
63DisplayName = action.DisplayName, 107DisplayName = action.DisplayName, 153DisplayName = action.DisplayName, 220DisplayName = "Route: " + route.Pattern.RawText,
Microsoft.AspNetCore.Routing (5)
Builder\RoutingEndpointConventionBuilderExtensions.cs (2)
65b.DisplayName = displayName; 85b.DisplayName = func(b);
EndpointDataSource.cs (1)
57DisplayName = routeEndpoint.DisplayName,
RouteEndpointDataSource.cs (1)
182DisplayName = displayName,
ShortCircuit\RouteShortCircuitEndpointRouteBuilderExtensions.cs (1)
41endpoint.DisplayName = $"ShortCircuit {endpoint.DisplayName}";
5 references to DisplayName
Microsoft.AspNetCore.Mvc.Core (1)
Routing\InertEndpointBuilder.cs (1)
13return new Endpoint(RequestDelegate, new EndpointMetadataCollection(Metadata), DisplayName);
Microsoft.AspNetCore.Routing (4)
Builder\RoutingEndpointConventionBuilderExtensions.cs (2)
53/// Sets the <see cref="EndpointBuilder.DisplayName"/> to the provided <paramref name="displayName"/> for all 72/// Sets the <see cref="EndpointBuilder.DisplayName"/> using the provided <paramref name="func"/> for all
RouteEndpointBuilder.cs (1)
60DisplayName);
ShortCircuit\RouteShortCircuitEndpointRouteBuilderExtensions.cs (1)
41endpoint.DisplayName = $"ShortCircuit {endpoint.DisplayName}";