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