3 references to BoundPropertyInitializer
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Initializers.vb (1)
377boundInitializers.Add(New BoundPropertyInitializer(initValueOrAsNewNode,
Binding\InitializerSemanticModel.vb (1)
142Return New BoundPropertyInitializer(initializer, propertySymbols, Nothing, expressionInitializer, binderOpt:=Nothing)
Generated\BoundNodes.xml.Generated.vb (1)
4717Dim result = New BoundPropertyInitializer(Me.Syntax, initializedProperties, memberAccessExpressionOpt, initialValue, binderOpt, Me.HasErrors)