Base:
property
ResultKind
Microsoft.CodeAnalysis.CSharp.BoundExpression.ResultKind
1 write to ResultKind
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1456
this.
ResultKind
= resultKind;
9 references to ResultKind
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpSemanticModel.cs (1)
3459
resultKind = invocation.
ResultKind
;
Generated\BoundNodes.xml.Generated.cs (5)
1470
if (invokedExpression != this.InvokedExpression || arguments != this.Arguments || argumentRefKindsOpt != this.ArgumentRefKindsOpt || resultKind != this.
ResultKind
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10983
return node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, type);
12646
updatedNode = node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, infoAndType.Type!);
12651
updatedNode = node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, node.Type);
15239
new TreeDumperNode("resultKind", node.
ResultKind
, null),
Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs (1)
52
BoundExpression rewrittenInvocation = node.Update(rewrittenExpression, rewrittenArgs, argumentRefKindsOpt, node.
ResultKind
, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
1101
return UpdateExpression(builder, node.Update(invokedExpression, arguments, node.ArgumentRefKindsOpt, node.
ResultKind
, node.Type));
Operations\CSharpOperationFactory.cs (1)
478
if (boundFunctionPointerInvocation.
ResultKind
!= LookupResultKind.Viable)