6 references to SpanStart
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (1)
3017node.SpanStart < localSymbol.IdentifierToken.SpanStart Then
Binding\BinderFactory.vb (2)
518Return GetBinderAtOrAbove(parent, parent.SpanStart) 521Dim containingBinder As Binder = GetBinderAtOrAbove(nodeForOuterBinder, parent.SpanStart)
Compilation\SyntaxTreeSemanticModel.vb (1)
597Dim docCommentBinder = Me._binderFactory.GetBinderForPosition(node, node.SpanStart)
Symbols\LexicalSortKey.vb (1)
139Me.New(node.SyntaxTree, node.SpanStart, compilation)
Syntax\VisualBasicLineDirectiveMap.vb (1)
34Dim directiveLineNumber As Integer = sourceText.Lines.IndexOf(directive.SpanStart) + 1