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)
36sb.Append("__readonlydata_"u8).Append(nameMangler.GetMangledMethodName(_owningMethod)); 59return comparer.Compare(_owningMethod, ((MethodReadOnlyDataNode)other)._owningMethod);