3 references to IsObjectCreation
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
270if (conversion.IsObjectCreation)
Symbols\Source\ParameterHelpers.cs (2)
1017(conversion.IsObjectCreation && convertedExpression.Type.IsNullableType())) && 1105return conversion is { Conversion.IsObjectCreation: true, Operand: BoundObjectCreationExpression { WasTargetTyped: true } operand } &&