12 references to OutDeconstructVarPendingInference
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (1)
523
case BoundKind.
OutDeconstructVarPendingInference
:
Binder\Binder_Expressions.cs (2)
3530
else if (argument.Kind == BoundKind.
OutDeconstructVarPendingInference
)
3570
(BoundKind.OutVariablePendingInference or BoundKind.
OutDeconstructVarPendingInference
or BoundKind.DiscardExpression or BoundKind.ArgListOperator));
Binder\Binder_Invocation.cs (2)
130
e.Kind == BoundKind.
OutDeconstructVarPendingInference
||
2085
case BoundKind.
OutDeconstructVarPendingInference
:
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
2894
nodeKind == BoundKind.
OutDeconstructVarPendingInference
||
4576
argument.Kind == BoundKind.
OutDeconstructVarPendingInference
||
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1208
argument.Kind != BoundKind.
OutDeconstructVarPendingInference
&&
1299
Debug.Assert(argument.Kind != BoundKind.
OutDeconstructVarPendingInference
);
Generated\BoundNodes.xml.Generated.cs (3)
8660
: base(BoundKind.
OutDeconstructVarPendingInference
, syntax, null, hasErrors)
8667
: base(BoundKind.
OutDeconstructVarPendingInference
, syntax, null)
9286
case BoundKind.
OutDeconstructVarPendingInference
: