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