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)
99private readonly struct ActionRouteGroupKey : IEquatable<ActionRouteGroupKey> 132if (obj is ActionRouteGroupKey key) 139public bool Equals(ActionRouteGroupKey other)