19 instantiations of LocationSpecificBinder
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\AttributeSemanticModel.vb (1)
30
wrappedBinder = New
LocationSpecificBinder
(BindingLocation.Attribute, owner, binder)
Binding\Binder_Attributes.vb (2)
47
binder = New
LocationSpecificBinder
(VisualBasic.BindingLocation.Attribute, ownerSymbol, binder)
67
binder = New
LocationSpecificBinder
(VisualBasic.BindingLocation.Attribute, ownerSymbol, binder)
Binding\BinderBuilder.vb (2)
52
Return New
LocationSpecificBinder
(BindingLocation.SourceFileImportsDeclaration, ignoreBasesBinder)
70
Return New
LocationSpecificBinder
(BindingLocation.ProjectImportsDeclaration, ignoreBasesBinder)
Binding\LocationSpecificBinder.vb (1)
30
MyClass.
New
(location, Nothing, containingBinder)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
67
binder = New
LocationSpecificBinder
(BindingLocation.EventAccessorSignature, Me, binder)
Symbols\Source\SourceEventSymbol.vb (3)
98
binder = New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
155
binder = New
LocationSpecificBinder
(BindingLocation.EventType, Me, binder)
743
Return New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
109
binder = New
LocationSpecificBinder
(BindingLocation.FieldType, Me, binder)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
579
typeBinder = New
LocationSpecificBinder
(BindingLocation.HandlesClause, Me, typeBinder)
Symbols\Source\SourceMethodSymbol.vb (2)
904
binder = New
LocationSpecificBinder
(BindingLocation.GenericConstraintsClause, Me, binder)
2200
Return New
LocationSpecificBinder
(BindingLocation.MethodSignature, Me, binder)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
158
Return New
LocationSpecificBinder
(location, binder)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
288
binder = New
LocationSpecificBinder
(BindingLocation.PropertyAccessorSignature, Me, binder)
Symbols\Source\SourcePropertySymbol.vb (3)
103
bodyBinder = New
LocationSpecificBinder
(BindingLocation.PropertySignature, prop, bodyBinder)
341
binder = New
LocationSpecificBinder
(BindingLocation.PropertyType, Me, binder)
1022
Return New
LocationSpecificBinder
(BindingLocation.PropertySignature, Me, binder)