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