1 write to _routePatternOptions
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
31_routePatternOptions = routePatternOptions;
2 references to _routePatternOptions
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\RoutePattern\RoutePatternParser.cs (2)
397else if (_currentToken.Kind == RoutePatternKind.OpenBracketToken && _routePatternOptions.SupportTokenReplacement) 439Debug.Assert(_routePatternOptions.SupportTokenReplacement);