1 write to _method
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
796
public MakeGenericMethodSite(MethodDesc method) =>
_method
= method;
1 reference to _method
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
801
MethodDesc instantiatedMethod =
_method
.InstantiateSignature(typeInstantiation, methodInstantiation);