9 references to UnconvertedObjectCreationExpression
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (1)
575
case BoundKind.
UnconvertedObjectCreationExpression
:
Binder\Binder_Operators.cs (2)
852
case (BoundKind.
UnconvertedObjectCreationExpression
, _):
855
case (_, BoundKind.
UnconvertedObjectCreationExpression
):
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1132
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpression.cs (1)
78
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpressionExtensions.cs (1)
93
return node.Kind == BoundKind.
UnconvertedObjectCreationExpression
;
FlowAnalysis\NullableWalker.cs (1)
7906
case BoundKind.
UnconvertedObjectCreationExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
6283
: base(BoundKind.
UnconvertedObjectCreationExpression
, syntax, null, hasErrors || arguments.HasErrors())
9162
case BoundKind.
UnconvertedObjectCreationExpression
: