1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
41_method = methodDesc;
9 references to _method
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (9)
94public MethodDesc Method => _method; 291sb.Append(nameMangler.GetMangledMethodName(_method)); 376_debugVarInfos = DebugInfoTableNode.CreateVarBlobForMethod(debugVarInfos, _method.Context.Target); 428MethodDesc methodLayoutAnchor = GetMethodLayoutAnchor(_method, out int methodLayoutRank); 429MethodDesc otherLayoutAnchor = GetMethodLayoutAnchor(otherNode._method, out int otherLayoutRank); 443return comparer.Compare(_method, otherNode._method); 475public bool AsyncVariant => _method.IsAsyncVariant(); 479public override string ToString() => _method.ToString();