Implemented interface member:
property
Method
ILCompiler.DependencyAnalysis.IMethodNode.Method
1 write to Method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\UnboxingStubNode.cs (1)
35
Method
= target;
5 references to Method
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\Target_Wasm\WasmUnboxingStubNode.cs (1)
14
WasmFuncType signature = WasmLowering.GetSignature(
Method
).FuncType;
Compiler\DependencyAnalysis\UnboxingStubNode.cs (4)
40
ISymbolNode node = factory.MethodEntrypoint(
Method
);
46
sb.Append("unbox_"u8).Append(nameMangler.GetMangledMethodName(
Method
));
60
return comparer.Compare(
Method
, ((UnboxingStubNode)other).
Method
);