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