1 instantiation of ActionRouteGroupKey
Microsoft.AspNetCore.App.Analyzers (1)
Mvc\DetectAmbiguousActionRoutes.cs (1)
36
.GroupBy(ar => new
ActionRouteGroupKey
(ar.ActionSymbol, ar.RouteUsageModel.RoutePattern, ar.HttpMethods, controllerHasActionToken, wellKnownTypes));
3 references to ActionRouteGroupKey
Microsoft.AspNetCore.App.Analyzers (3)
Mvc\DetectAmbiguousActionRoutes.cs (3)
99
private readonly struct ActionRouteGroupKey : IEquatable<
ActionRouteGroupKey
>
132
if (obj is
ActionRouteGroupKey
key)
139
public bool Equals(
ActionRouteGroupKey
other)