2 overrides of GetWithStatementPlaceholderSubstitute
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
271
Friend Overrides Function
GetWithStatementPlaceholderSubstitute
(placeholder As BoundValuePlaceholderBase) As BoundExpression
Binding\Binder_WithBlock.vb (1)
196
Friend Overrides Function
GetWithStatementPlaceholderSubstitute
(placeholder As BoundValuePlaceholderBase) As BoundExpression
3 references to GetWithStatementPlaceholderSubstitute
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder.vb (1)
1130
Return m_containingBinder.
GetWithStatementPlaceholderSubstitute
(placeholder)
Binding\Binder_WithBlock.vb (1)
201
Return MyBase.
GetWithStatementPlaceholderSubstitute
(placeholder)
Lowering\WithExpressionRewriter.vb (1)
250
state.Binder.
GetWithStatementPlaceholderSubstitute
(DirectCast(value, BoundValuePlaceholderBase))