3 references to GetFullSpan
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNodeOrToken.cs (1)
43=> IsNode ? Node.GetFullSpan() : _token.GetFullSpan();
Infrastructure\RoutePattern\RoutePatternParser.cs (2)
456new EmbeddedDiagnostic(Resources.AttributeRoute_TokenReplacement_EmptyTokenNotAllowed, _currentToken.GetFullSpan()!.Value)); 531new EmbeddedDiagnostic(Resources.FormatTemplateRoute_InvalidParameterName(""), _currentToken.GetFullSpan()!.Value))));