1 write to _owningMethod
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\MethodReadOnlyDataNode.cs (1)
18
_owningMethod
= owningMethod;
3 references to _owningMethod
ILCompiler.ReadyToRun (3)
parent\parent\Common\Compiler\DependencyAnalysis\MethodReadOnlyDataNode.cs (3)
36
sb.Append("__readonlydata_"u8).Append(nameMangler.GetMangledMethodName(
_owningMethod
));
59
return comparer.Compare(
_owningMethod
, ((MethodReadOnlyDataNode)other).
_owningMethod
);