8 references to GetPlaceholderSubstitute
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (4)
738
Dim substitute As BoundExpression =
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
838
Dim replacement As BoundExpression =
GetPlaceholderSubstitute
(node)
864
Visit(
GetPlaceholderSubstitute
(node))
1660
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))
1057
Dim substitute As BoundExpression = Me.
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))
1401
Dim substitute As BoundExpression = Me.
GetPlaceholderSubstitute
(DirectCast(node, BoundValuePlaceholderBase))