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