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