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