Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
3 references to Method
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\Target_Wasm\WasmTentativeMethodNode.cs (1)
15
WasmFuncType signature = WasmLowering.GetSignature(
Method
).FuncType;
Compiler\DependencyAnalysis\TentativeInstanceMethodNode.cs (2)
43
TypeDesc owningType =
Method
.OwningType;
67
public override string ToString() =>
Method
.ToString();