2 references to FormatTemplateRoute_InvalidParameterName
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\RoutePattern\RoutePatternLexer.cs (1)
228
new EmbeddedDiagnostic(Resources.
FormatTemplateRoute_InvalidParameterName
(token.Value!.ToString().Replace("{{", "{").Replace("}}", "}")), token.GetSpan()));
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
531
new EmbeddedDiagnostic(Resources.
FormatTemplateRoute_InvalidParameterName
(""), _currentToken.GetFullSpan()!.Value))));