16 references to LocationSpecificBinder
Microsoft.CodeAnalysis.VisualBasic (16)
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\LocationSpecificBinder.vb (1)
30
MyClass.
New
(location, Nothing, containingBinder)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
68
binder = New
LocationSpecificBinder
(BindingLocation.EventAccessorSignature, Me, binder)
Symbols\Source\SourceEventSymbol.vb (3)
99
binder = New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
156
binder = New
LocationSpecificBinder
(BindingLocation.EventType, Me, binder)
744
Return New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
110
binder = New
LocationSpecificBinder
(BindingLocation.FieldType, Me, binder)
Symbols\Source\SourceMemberMethodSymbol.vb (1)
580
typeBinder = New
LocationSpecificBinder
(BindingLocation.HandlesClause, Me, typeBinder)
Symbols\Source\SourceMethodSymbol.vb (2)
905
binder = New
LocationSpecificBinder
(BindingLocation.GenericConstraintsClause, Me, binder)
2234
Return New
LocationSpecificBinder
(BindingLocation.MethodSignature, Me, binder)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
289
binder = New
LocationSpecificBinder
(BindingLocation.PropertyAccessorSignature, Me, binder)
Symbols\Source\SourcePropertySymbol.vb (3)
104
bodyBinder = New
LocationSpecificBinder
(BindingLocation.PropertySignature, prop, bodyBinder)
342
binder = New
LocationSpecificBinder
(BindingLocation.PropertyType, Me, binder)
1068
Return New
LocationSpecificBinder
(BindingLocation.PropertySignature, Me, binder)