10 references to UnconvertedObjectCreationExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (1)
821
case BoundKind.
UnconvertedObjectCreationExpression
:
Binder\Binder_Operators.cs (2)
1351
case (BoundKind.
UnconvertedObjectCreationExpression
, _):
1354
case (_, BoundKind.
UnconvertedObjectCreationExpression
):
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1147
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpression.cs (1)
83
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpressionExtensions.cs (1)
93
return node.Kind == BoundKind.
UnconvertedObjectCreationExpression
;
FlowAnalysis\NullableWalker.cs (1)
8786
case BoundKind.
UnconvertedObjectCreationExpression
:
Generated\BoundNodes.xml.Generated.cs (3)
6377
: base(BoundKind.
UnconvertedObjectCreationExpression
, syntax, null, hasErrors || arguments.HasErrors())
9431
case BoundKind.
UnconvertedObjectCreationExpression
:
17726
BoundKind.
UnconvertedObjectCreationExpression
=> PipelinePhase.InitialBinding,