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)
456
new EmbeddedDiagnostic(Resources.AttributeRoute_TokenReplacement_EmptyTokenNotAllowed, _currentToken.
GetFullSpan
()!.Value));
531
new EmbeddedDiagnostic(Resources.FormatTemplateRoute_InvalidParameterName(""), _currentToken.
GetFullSpan
()!.Value))));