1 write to SupportTokenReplacement
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternOptions.cs (1)
16SupportTokenReplacement = true,
5 references to SupportTokenReplacement
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\RoutePattern\RoutePatternLexer.cs (2)
122else if (ch.Value == '[' && IsUnescapedChar(ref Position, '[') && RoutePatternOptions.SupportTokenReplacement) 127else if (IsUnescapedChar(ref Position, ']') && RoutePatternOptions.SupportTokenReplacement)
Infrastructure\RoutePattern\RoutePatternParser.cs (2)
397else if (_currentToken.Kind == RoutePatternKind.OpenBracketToken && _routePatternOptions.SupportTokenReplacement) 439Debug.Assert(_routePatternOptions.SupportTokenReplacement);
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\RoutePatternParserTests.cs (1)
158if (routePatternOptions.SupportTokenReplacement)