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)
94
public MethodDesc Method =>
_method
;
291
sb.Append(nameMangler.GetMangledMethodName(
_method
));
376
_debugVarInfos = DebugInfoTableNode.CreateVarBlobForMethod(debugVarInfos,
_method
.Context.Target);
428
MethodDesc methodLayoutAnchor = GetMethodLayoutAnchor(
_method
, out int methodLayoutRank);
429
MethodDesc otherLayoutAnchor = GetMethodLayoutAnchor(otherNode.
_method
, out int otherLayoutRank);
443
return comparer.Compare(
_method
, otherNode.
_method
);
475
public bool AsyncVariant =>
_method
.IsAsyncVariant();
479
public override string ToString() =>
_method
.ToString();