11 references to OutDeconstructVarPendingInference
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (1)
400
case BoundKind.
OutDeconstructVarPendingInference
:
Binder\Binder_Expressions.cs (1)
3193
else if (argument.Kind == BoundKind.
OutDeconstructVarPendingInference
)
Binder\Binder_Invocation.cs (2)
128
e.Kind == BoundKind.
OutDeconstructVarPendingInference
||
1748
case BoundKind.
OutDeconstructVarPendingInference
:
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
2438
nodeKind == BoundKind.
OutDeconstructVarPendingInference
||
3792
argument.Kind == BoundKind.
OutDeconstructVarPendingInference
||
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1173
argument.Kind != BoundKind.
OutDeconstructVarPendingInference
&&
1238
Debug.Assert(argument.Kind != BoundKind.
OutDeconstructVarPendingInference
);
Generated\BoundNodes.xml.Generated.cs (3)
8342
: base(BoundKind.
OutDeconstructVarPendingInference
, syntax, null, hasErrors)
8349
: base(BoundKind.
OutDeconstructVarPendingInference
, syntax, null)
8952
case BoundKind.
OutDeconstructVarPendingInference
: