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