3 references to BoundFunctionPointerInvocation
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Invocation.cs (2)
2556
return new
BoundFunctionPointerInvocation
(
2575
return new
BoundFunctionPointerInvocation
(
Generated\BoundNodes.xml.Generated.cs (1)
1467
var result = new
BoundFunctionPointerInvocation
(this.Syntax, invokedExpression, arguments, argumentRefKindsOpt, resultKind, type, this.HasErrors);