1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericMethodsHashtableEntryNode.cs (1)
20_method = method;
3 references to _method
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericMethodsHashtableEntryNode.cs (3)
23public MethodDesc Method => _method; 28GenericMethodsHashtableNode.GetGenericMethodsHashtableDependenciesForMethod(ref dependencies, factory, _method); 34return "Generic methods hashtable entry: " + _method.ToString();