2 writes to OriginalAttributeSpan
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (2)
226OriginalAttributeSpan = directiveNameSpan, 892OriginalAttributeSpan = directiveNameSpan,
2 references to OriginalAttributeSpan
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentBindLoweringPass.cs (1)
1082TagHelperDirectiveAttributeIntermediateNode n => n.OriginalAttributeSpan,
Language\Intermediate\ComponentAttributeIntermediateNode.cs (1)
101OriginalAttributeSpan = node.OriginalAttributeSpan;