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