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