2 instantiations of BoundFunctionPointerLoad
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
1366
var result = new
BoundFunctionPointerLoad
(this.Syntax, targetMethod, constrainedToTypeOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
555
return new
BoundFunctionPointerLoad
(oldNodeOpt.Syntax, symbolOpt,
14 references to BoundFunctionPointerLoad
Microsoft.CodeAnalysis.CSharp (14)
CodeGen\EmitExpression.cs (2)
357
EmitLoadFunction((
BoundFunctionPointerLoad
)expression, used);
4098
private void EmitLoadFunction(
BoundFunctionPointerLoad
load, bool used)
Generated\BoundNodes.xml.Generated.cs (10)
1362
public
BoundFunctionPointerLoad
Update(MethodSymbol targetMethod, TypeSymbol? constrainedToTypeOpt, TypeSymbol type)
1366
var
result = new BoundFunctionPointerLoad(this.Syntax, targetMethod, constrainedToTypeOpt, type, this.HasErrors);
8891
return VisitFunctionPointerLoad((
BoundFunctionPointerLoad
)node, arg);
9333
public virtual R VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node, A arg) => this.DefaultVisit(node, arg);
9569
public virtual BoundNode? VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node) => this.DefaultVisit(node);
9862
public override BoundNode? VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node) => null;
10959
public override BoundNode? VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node)
12585
public override BoundNode? VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node)
12589
BoundFunctionPointerLoad
updatedNode;
15205
public override TreeDumperNode VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node, object? arg) => new TreeDumperNode("functionPointerLoad", null, new TreeDumperNode[]
Lowering\ClosureConversion\ClosureConversion.cs (1)
1362
public override BoundNode VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node)
Lowering\MethodToClassRewriter.cs (1)
601
public override BoundNode VisitFunctionPointerLoad(
BoundFunctionPointerLoad
node)