12 references to AnonymousTypeCreationBinder
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_AnonymousTypes.vb (3)
22
Return
AnonymousTypeCreationBinder
.BindAnonymousObjectInitializer(Me, node, node.Initializer, node.NewKeyword, diagnostics)
371
Public Sub New(creationBinder As
AnonymousTypeCreationBinder
, initializerOrdinal As Integer)
385
Dim creationBinder = DirectCast(ContainingBinder,
AnonymousTypeCreationBinder
)
Generated\BoundNodes.xml.Generated.vb (9)
3606
Public 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)
3618
Private ReadOnly _BinderOpt As Binder.
AnonymousTypeCreationBinder
3619
Public ReadOnly Property BinderOpt As Binder.
AnonymousTypeCreationBinder
3644
Public Function Update(binderOpt As Binder.
AnonymousTypeCreationBinder
, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundAnonymousTypeCreationExpression
3657
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol, hasErrors As Boolean)
3666
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol)
3676
Private ReadOnly _Binder As Binder.
AnonymousTypeCreationBinder
3677
Public ReadOnly Property Binder As Binder.
AnonymousTypeCreationBinder
3695
Public Function Update(binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol) As BoundAnonymousTypePropertyAccess