1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (1)
35_method = method;
5 references to _method
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperMethodImport.cs (5)
48MethodDesc canonMethod = _method.Method.GetCanonMethodTarget(CanonicalFormKind.Specific); 54factory.DetectGenericCycles(_method.Method, canonMethod); 71public MethodDesc Method => _method.Method; 80result = _method.CompareTo(otherNode._method, comparer);