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)
93
public MethodDesc Method =>
_method
;
290
sb.Append(nameMangler.GetMangledMethodName(
_method
));
375
_debugVarInfos = DebugInfoTableNode.CreateVarBlobForMethod(debugVarInfos,
_method
.Context.Target);
387
return comparer.Compare(
_method
, otherNode.
_method
);
406
public bool AsyncVariant =>
_method
.IsAsyncVariant();
410
public override string ToString() =>
_method
.ToString();