3 references to SpanEnd
Microsoft.VisualStudio.RazorExtension (3)
SyntaxVisualizer\SyntaxVisualizerControl.xaml.cs (3)
442if (caret >= node.SpanStart && caret <= node.SpanEnd) 490Header = $"{node.Kind} [{node.SpanStart}-{node.SpanEnd}]" 594var caretPoint = new SnapshotPoint(_activeWpfTextView.TextBuffer.CurrentSnapshot, node.SpanEnd);