1 write to RoutePatternOptions
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternLexer.cs (1)
23RoutePatternOptions = routePatternOptions;
2 references to RoutePatternOptions
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\RoutePattern\RoutePatternLexer.cs (2)
122else if (ch.Value == '[' && IsUnescapedChar(ref Position, '[') && RoutePatternOptions.SupportTokenReplacement) 127else if (IsUnescapedChar(ref Position, ']') && RoutePatternOptions.SupportTokenReplacement)