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