14 references to LocationSpecificBinder
Microsoft.CodeAnalysis.VisualBasic (14)
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)
67
binder = New
LocationSpecificBinder
(BindingLocation.EventAccessorSignature, Me, binder)
Symbols\Source\SourceEventSymbol.vb (2)
97
binder = New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
741
Return New
LocationSpecificBinder
(BindingLocation.EventSignature, Me, binder)
Symbols\Source\SourceMemberFieldSymbol.vb (1)
96
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)
2190
Return New
LocationSpecificBinder
(BindingLocation.MethodSignature, Me, binder)
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
284
binder = New
LocationSpecificBinder
(BindingLocation.PropertyAccessorSignature, Me, binder)
Symbols\Source\SourcePropertySymbol.vb (2)
101
bodyBinder = New
LocationSpecificBinder
(BindingLocation.PropertySignature, prop, bodyBinder)
1019
Return New
LocationSpecificBinder
(BindingLocation.PropertySignature, Me, binder)