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