1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
40_method = methodDesc;
7 references to _method
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (7)
93public MethodDesc Method => _method; 290sb.Append(nameMangler.GetMangledMethodName(_method)); 375_debugVarInfos = DebugInfoTableNode.CreateVarBlobForMethod(debugVarInfos, _method.Context.Target); 387return comparer.Compare(_method, otherNode._method); 406public bool AsyncVariant => _method.IsAsyncVariant(); 410public override string ToString() => _method.ToString();