8 references to GetPlaceholderSubstitute
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (4)
729
Dim substitute As BoundExpression =
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
829
Dim replacement As BoundExpression =
GetPlaceholderSubstitute
(node)
855
Visit(
GetPlaceholderSubstitute
(node))
1644
Dim replacement As BoundExpression =
GetPlaceholderSubstitute
(node)
Analysis\FlowAnalysis\DataFlowPass.vb (4)
326
Dim substitute As BoundExpression =
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
469
Dim substitute As BoundExpression = Me.
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
1051
Dim substitute As BoundExpression = Me.
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
1395
Dim substitute As BoundExpression = Me.
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))