1 write to CurrentPlaceholder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\ForEachEnumeratorInfo.vb (1)
131
Me.
CurrentPlaceholder
= currentPlaceholder
8 references to CurrentPlaceholder
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (8)
307
If enumeratorInfo.
CurrentPlaceholder
IsNot Nothing Then
308
AddPlaceholderReplacement(enumeratorInfo.
CurrentPlaceholder
, boundCurrent)
338
If enumeratorInfo.
CurrentPlaceholder
IsNot Nothing Then
339
RemovePlaceholderReplacement(enumeratorInfo.
CurrentPlaceholder
)
594
If enumeratorInfo.
CurrentPlaceholder
IsNot Nothing Then
595
AddPlaceholderReplacement(enumeratorInfo.
CurrentPlaceholder
, VisitExpressionNode(enumeratorInfo.Current))
634
If enumeratorInfo.
CurrentPlaceholder
IsNot Nothing Then
635
RemovePlaceholderReplacement(enumeratorInfo.
CurrentPlaceholder
)