1 instantiation of AnonymousTypeCreationBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_AnonymousTypes.vb (1)
117
Return New
AnonymousTypeCreationBinder
(containingBinder, initializerSyntax, diagnostics).
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)
3596
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)
3608
Private ReadOnly _BinderOpt As Binder.
AnonymousTypeCreationBinder
3609
Public ReadOnly Property BinderOpt As Binder.
AnonymousTypeCreationBinder
3634
Public Function Update(binderOpt As Binder.
AnonymousTypeCreationBinder
, declarations As ImmutableArray(Of BoundAnonymousTypePropertyAccess), arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundAnonymousTypeCreationExpression
3647
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol, hasErrors As Boolean)
3656
Public Sub New(syntax As SyntaxNode, binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol)
3666
Private ReadOnly _Binder As Binder.
AnonymousTypeCreationBinder
3667
Public ReadOnly Property Binder As Binder.
AnonymousTypeCreationBinder
3685
Public Function Update(binder As Binder.
AnonymousTypeCreationBinder
, propertyIndex As Integer, type As TypeSymbol) As BoundAnonymousTypePropertyAccess