9 references to UnconvertedObjectCreationExpression
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (1)
412
case BoundKind.
UnconvertedObjectCreationExpression
:
Binder\Binder_Operators.cs (2)
821
case (BoundKind.
UnconvertedObjectCreationExpression
, _):
824
case (_, BoundKind.
UnconvertedObjectCreationExpression
):
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1095
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpression.cs (1)
59
case BoundKind.
UnconvertedObjectCreationExpression
:
BoundTree\BoundExpressionExtensions.cs (1)
75
return node.Kind == BoundKind.
UnconvertedObjectCreationExpression
;
FlowAnalysis\NullableWalker.cs (1)
7102
case BoundKind.
UnconvertedObjectCreationExpression
:
Generated\BoundNodes.xml.Generated.cs (2)
6170
: base(BoundKind.
UnconvertedObjectCreationExpression
, syntax, null, hasErrors || arguments.HasErrors())
8838
case BoundKind.
UnconvertedObjectCreationExpression
: