1 write to ArgumentToken
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternNodes.cs (1)
378ArgumentToken = argumentToken;
4 references to ArgumentToken
Microsoft.AspNetCore.App.Analyzers (4)
Infrastructure\AmbiguousRoutePatternComparer.cs (2)
139RoutePatternPolicyFragment xFragment => yPart is RoutePatternPolicyFragment yFragment && Equals(xFragment.ArgumentToken.Value, yFragment.ArgumentToken.Value),
Infrastructure\RoutePattern\RoutePatternNodes.cs (1)
3880 => ArgumentToken,
RouteEmbeddedLanguage\RoutePatternClassifier.cs (1)
118AddClassification(node.ArgumentToken, ClassificationTypeNames.RegexGrouping);