4 references to GetFullAttributeNameSpan
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
766
var firstAttributeNameSpan = RazorSyntaxFacts.
GetFullAttributeNameSpan
(firstAttribute);
RazorSyntaxFacts.cs (3)
49
if (!
GetFullAttributeNameSpan
(owner.Parent).Contains(absoluteIndex))
82
attributeNameSpan =
GetFullAttributeNameSpan
(owner?.Parent);
219
GetFullAttributeNameSpan
(node.Parent).Start == node.SpanStart)