2 references to MethodProxy
illink (2)
Linker.Dataflow\MethodProxy.cs (2)
21
methodProxy = new
MethodProxy
(method, methodDef);
31
public static implicit operator MethodProxy (MethodDefinition method) =>
new
(method, method);