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