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)
3615
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)
3627
Private ReadOnly _BinderOpt As Binder.
AnonymousTypeCreationBinder
3628
Public ReadOnly Property BinderOpt As Binder.
AnonymousTypeCreationBinder
3653
Public Function Update(binderOpt As Binder.
AnonymousTypeCreationBinder
, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundAnonymousTypeCreationExpression
3666
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol, hasErrors As Boolean)
3675
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol)
3685
Private ReadOnly _Binder As Binder.
AnonymousTypeCreationBinder
3686
Public ReadOnly Property Binder As Binder.
AnonymousTypeCreationBinder
3704
Public Function Update(binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol) As BoundAnonymousTypePropertyAccess