1 instantiation of RoutePatternLexer
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
27
_lexer = new
RoutePatternLexer
(text, routePatternOptions);
1 reference to RoutePatternLexer
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
21
private
RoutePatternLexer
_lexer;