3 references to BoundObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (2)
985
var implicitReceiver = new
BoundObjectOrCollectionValuePlaceholder
(syntax, isNewInstance: true, _targetType) { WasCompilerGenerated = true };
1769
var implicitReceiver = new
BoundObjectOrCollectionValuePlaceholder
(syntax, isNewInstance: true, targetType) { WasCompilerGenerated = true };
Binder\Binder_Expressions.cs (1)
5785
var implicitReceiver = new
BoundObjectOrCollectionValuePlaceholder
(typeSyntax, isForNewInstance, type) { WasCompilerGenerated = true };