1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ExactMethodInstantiationsEntryNode.cs (1)
23_method = method;
3 references to _method
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ExactMethodInstantiationsEntryNode.cs (3)
26public MethodDesc Method => _method; 31ExactMethodInstantiationsNode.GetExactMethodInstantiationDependenciesForMethod(ref dependencies, factory, _method); 37return "Exact methods hashtable entry: " + _method.ToString();