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)
26
public MethodDesc Method =>
_method
;
31
ExactMethodInstantiationsNode.GetExactMethodInstantiationDependenciesForMethod(ref dependencies, factory,
_method
);
37
return "Exact methods hashtable entry: " +
_method
.ToString();