2 references to IgnoreCaseEquals
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\AmbiguousRoutePatternComparer.cs (2)
67RoutePatternReplacementNode xReplacement => yChild is RoutePatternReplacementNode yReplacement && IgnoreCaseEquals(xReplacement.TextToken.Value, yReplacement.TextToken.Value), 68RoutePatternLiteralNode xLiteral => yChild is RoutePatternLiteralNode yLiteral && IgnoreCaseEquals(xLiteral.LiteralToken.Value, yLiteral.LiteralToken.Value),