18 references to TypeOrValueExpression
Microsoft.CodeAnalysis.CSharp (18)
Binder\Binder.ValueChecks.cs (3)
467
if ((object)otherSymbol != null && receiver?.Kind == BoundKind.
TypeOrValueExpression
)
506
case BoundKind.
TypeOrValueExpression
:
507
case BoundKind.QueryClause when ((BoundQueryClause)expression).Value.Kind == BoundKind.
TypeOrValueExpression
:
Binder\Binder_Expressions.cs (3)
6641
case BoundKind.
TypeOrValueExpression
:
6970
if (boundLeft.HasAnyErrors && boundLeft.Kind != BoundKind.
TypeOrValueExpression
)
8368
else if (receiverKind == BoundKind.
TypeOrValueExpression
)
Binder\Binder_Invocation.cs (2)
352
case BoundKind.
TypeOrValueExpression
:
1528
case BoundKind.
TypeOrValueExpression
:
Binder\Binder_Query.cs (1)
984
else if (ultimateReceiver.Kind == BoundKind.
TypeOrValueExpression
)
Compilation\CSharpSemanticModel.cs (2)
1945
else if (highestBoundExpr.Kind == BoundKind.
TypeOrValueExpression
)
3414
case BoundKind.
TypeOrValueExpression
:
Compilation\MemberSemanticModel.NodeMapBuilder.cs (2)
90
if (existing[i].Kind == BoundKind.TypeExpression && added[i].Kind == BoundKind.
TypeOrValueExpression
)
98
else if (existing[i].Kind == BoundKind.
TypeOrValueExpression
&& added[i].Kind == BoundKind.TypeExpression)
Generated\BoundNodes.xml.Generated.cs (3)
1092
: base(BoundKind.
TypeOrValueExpression
, syntax, type, hasErrors)
1101
: base(BoundKind.
TypeOrValueExpression
, syntax, type)
8560
case BoundKind.
TypeOrValueExpression
:
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
44
Debug.Assert(methodGroup.ReceiverOpt == null || methodGroup.ReceiverOpt.Kind != BoundKind.
TypeOrValueExpression
);
Operations\CSharpOperationFactory.cs (1)
302
case BoundKind.
TypeOrValueExpression
: