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)
3606Public 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) 3618Private ReadOnly _BinderOpt As Binder.AnonymousTypeCreationBinder 3619Public ReadOnly Property BinderOpt As Binder.AnonymousTypeCreationBinder 3644Public Function Update(binderOpt As Binder.AnonymousTypeCreationBinder, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundAnonymousTypeCreationExpression 3657Public Sub New(syntax As SyntaxNode, binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol, hasErrors As Boolean) 3666Public Sub New(syntax As SyntaxNode, binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol) 3676Private ReadOnly _Binder As Binder.AnonymousTypeCreationBinder 3677Public ReadOnly Property Binder As Binder.AnonymousTypeCreationBinder 3695Public Function Update(binder As Binder.AnonymousTypeCreationBinder, propertyIndex As Integer, type As TypeSymbol) As BoundAnonymousTypePropertyAccess