17 instantiations of LocationSpecificBinder
Microsoft.CodeAnalysis.VisualBasic (17)
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 (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\SourceNamedTypeSymbol.vb (1)
158
Return New
LocationSpecificBinder
(location, 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)
1 reference to LocationSpecificBinder
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\BindingsTests.vb (1)
191
Assert.IsType(GetType(
LocationSpecificBinder
), context)