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