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