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