1 write to CurrentPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachLoopBinder.cs (1)
556
builder.
CurrentPlaceholder
= new BoundValuePlaceholder(_syntax, builder.CurrentPropertyGetter.ReturnType).MakeCompilerGenerated();
2 references to CurrentPlaceholder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachEnumeratorInfo.cs (1)
137
CurrentPlaceholder
,
Binder\ForEachLoopBinder.cs (1)
557
builder.CurrentConversion = CreateConversion(_syntax, builder.
CurrentPlaceholder
, currentConversionClassification, isCast: false, conversionGroupOpt: null, builder.ElementType, diagnostics);