1 write to _position
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
23
Me.
_position
= value
28 references to _position
Microsoft.CodeAnalysis.VisualBasic (28)
Binding\BinderFactory.BinderFactoryVisitor.vb (28)
82
Return GetBinderForNodeAndUsage(methodBaseSyntax, NodeUsage.MethodFull, parentForEnclosingBinder,
_position
)
88
Return GetBinderForNodeAndUsage(DirectCast(node.Parent, VisualBasicSyntaxNode), NodeUsage.TopLevelExecutableStatement, DirectCast(node.Parent, VisualBasicSyntaxNode),
_position
)
101
If SyntaxFacts.InBlockInterior(nsBlockSyntax,
_position
) Then
102
Return GetBinderForNodeAndUsage(nsBlockSyntax, NodeUsage.NamespaceBlockInterior, nsBlockSyntax.Parent,
_position
)
109
If IsNotNothingAndContains(node.Initializer,
_position
) Then
110
Return GetBinderForNodeAndUsage(node, NodeUsage.FieldOrPropertyInitializer, node.Parent,
_position
)
117
If IsNotNothingAndContains(node.Initializer,
_position
) OrElse IsNotNothingAndContains(TryCast(node.AsClause, AsNewClauseSyntax),
_position
) Then
118
Return GetBinderForNodeAndUsage(node, NodeUsage.FieldOrPropertyInitializer, node.Parent,
_position
)
122
If IsNotNothingAndContains(name.ArrayBounds,
_position
) Then
123
Return GetBinderForNodeAndUsage(name, NodeUsage.FieldArrayBounds, node.Parent,
_position
)
131
If IsNotNothingAndContains(node.Initializer,
_position
) OrElse IsNotNothingAndContains(TryCast(node.AsClause, AsNewClauseSyntax),
_position
) Then
132
Return GetBinderForNodeAndUsage(node, NodeUsage.FieldOrPropertyInitializer, node.Parent,
_position
)
139
Return GetBinderForNodeAndUsage(moduleSyntax.BlockStatement, NodeUsage.TypeBlockFull, moduleSyntax.Parent,
_position
)
143
Return GetBinderForNodeAndUsage(classSyntax.BlockStatement, NodeUsage.TypeBlockFull, classSyntax.Parent,
_position
)
147
Return GetBinderForNodeAndUsage(structureSyntax.BlockStatement, NodeUsage.TypeBlockFull, structureSyntax.Parent,
_position
)
151
Return GetBinderForNodeAndUsage(node, NodeUsage.Attribute, node.Parent,
_position
)
155
Return GetBinderForNodeAndUsage(interfaceSyntax.BlockStatement, NodeUsage.TypeBlockFull, interfaceSyntax.Parent,
_position
)
159
Return GetBinderForNodeAndUsage(enumBlockSyntax.EnumStatement, NodeUsage.EnumBlockFull, enumBlockSyntax.Parent,
_position
)
163
Return GetBinderForNodeAndUsage(delegateSyntax, NodeUsage.DelegateDeclaration, delegateSyntax.Parent,
_position
)
167
Return GetBinderForNodeAndUsage(inheritsSyntax, NodeUsage.InheritsStatement, inheritsSyntax.Parent,
_position
)
171
Return GetBinderForNodeAndUsage(implementsSyntax, NodeUsage.ImplementsStatement, implementsSyntax.Parent,
_position
)
203
If IsNotNothingAndContains(node.Default,
_position
) Then
204
Return GetBinderForNodeAndUsage(node, NodeUsage.ParameterDefaultValue, node.Parent,
_position
)
211
If SyntaxFacts.InBlockInterior(methodBlockSyntax,
_position
) Then
218
Return GetBinderForNodeAndUsage(begin, usage, methodBlockSyntax.Parent,
_position
)
238
Return GetBinderForNodeAndUsage(node.PropertyStatement, NodeUsage.PropertyFull, node.Parent,
_position
)