Base:
property
ResultKind
Microsoft.CodeAnalysis.CSharp.BoundExpression.ResultKind
1 write to ResultKind
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1444
this.
ResultKind
= resultKind;
9 references to ResultKind
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpSemanticModel.cs (1)
3452
resultKind = invocation.
ResultKind
;
Generated\BoundNodes.xml.Generated.cs (5)
1458
if (invokedExpression != this.InvokedExpression || arguments != this.Arguments || argumentRefKindsOpt != this.ArgumentRefKindsOpt || resultKind != this.
ResultKind
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10604
return node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, type);
12212
updatedNode = node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, infoAndType.Type!);
12217
updatedNode = node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, node.Type);
14702
new TreeDumperNode("resultKind", node.
ResultKind
, null),
Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs (1)
48
BoundExpression rewrittenInvocation = node.Update(rewrittenExpression, rewrittenArgs, argumentRefKindsOpt, node.
ResultKind
, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
1030
return UpdateExpression(builder, node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, node.Type));
Operations\CSharpOperationFactory.cs (1)
475
if (boundFunctionPointerInvocation.
ResultKind
!= LookupResultKind.Viable)