18 references to TypeOrValueExpression
Microsoft.CodeAnalysis.CSharp (18)
Binder\Binder.ValueChecks.cs (3)
637
if ((object)otherSymbol != null && receiver?.Kind == BoundKind.
TypeOrValueExpression
)
676
case BoundKind.
TypeOrValueExpression
:
677
case BoundKind.QueryClause when ((BoundQueryClause)expression).Value.Kind == BoundKind.
TypeOrValueExpression
:
Binder\Binder_Expressions.cs (3)
7707
case BoundKind.
TypeOrValueExpression
:
8036
if (boundLeft.HasAnyErrors && boundLeft.Kind != BoundKind.
TypeOrValueExpression
)
9706
else if (receiverKind == BoundKind.
TypeOrValueExpression
)
Binder\Binder_Invocation.cs (2)
440
case BoundKind.
TypeOrValueExpression
:
1837
case BoundKind.
TypeOrValueExpression
:
Binder\Binder_Query.cs (1)
985
else if (ultimateReceiver.Kind == BoundKind.
TypeOrValueExpression
)
Compilation\CSharpSemanticModel.cs (2)
1924
else if (highestBoundExpr.Kind == BoundKind.
TypeOrValueExpression
)
3421
case BoundKind.
TypeOrValueExpression
:
Compilation\MemberSemanticModel.NodeMapBuilder.cs (2)
93
if (existing[i].Kind == BoundKind.TypeExpression && nodesToAdd[i].Kind == BoundKind.
TypeOrValueExpression
)
101
else if (existing[i].Kind == BoundKind.
TypeOrValueExpression
&& nodesToAdd[i].Kind == BoundKind.TypeExpression)
Generated\BoundNodes.xml.Generated.cs (3)
1104
: base(BoundKind.
TypeOrValueExpression
, syntax, type, hasErrors)
1113
: base(BoundKind.
TypeOrValueExpression
, syntax, type)
8878
case BoundKind.
TypeOrValueExpression
:
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
44
Debug.Assert(methodGroup.ReceiverOpt == null || methodGroup.ReceiverOpt.Kind != BoundKind.
TypeOrValueExpression
);
Operations\CSharpOperationFactory.cs (1)
306
case BoundKind.
TypeOrValueExpression
: