12 references to AnonymousTypeCreationBinder
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_AnonymousTypes.vb (3)
22Return AnonymousTypeCreationBinder.BindAnonymousObjectInitializer(Me, node, node.Initializer, node.NewKeyword, diagnostics) 371Public Sub New(creationBinder As AnonymousTypeCreationBinder, initializerOrdinal As Integer) 385Dim creationBinder = DirectCast(ContainingBinder, AnonymousTypeCreationBinder)
Generated\BoundNodes.xml.Generated.vb (9)
3615Public Sub New(syntax As SyntaxNode, binderOpt As Binder.AnonymousTypeCreationBinder, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3627Private ReadOnly _BinderOpt As Binder.AnonymousTypeCreationBinder 3628Public ReadOnly Property BinderOpt As Binder.AnonymousTypeCreationBinder 3653Public Function Update(binderOpt As Binder.AnonymousTypeCreationBinder, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundAnonymousTypeCreationExpression 3666Public Sub New(syntax As SyntaxNode, binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol, hasErrors As Boolean) 3675Public Sub New(syntax As SyntaxNode, binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol) 3685Private ReadOnly _Binder As Binder.AnonymousTypeCreationBinder 3686Public ReadOnly Property Binder As Binder.AnonymousTypeCreationBinder 3704Public Function Update(binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol) As BoundAnonymousTypePropertyAccess