1 write to _owningMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\MethodExceptionHandlingInfoNode.cs (1)
20_owningMethod = owningMethod;
5 references to _owningMethod
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\MethodExceptionHandlingInfoNode.cs (5)
16public MethodDesc Method => _owningMethod; 25public override ObjectNodeSection GetSection(NodeFactory factory) => _owningMethod.Context.Target.IsWindows 33sb.Append("__ehinfo_"u8).Append(nameMangler.GetMangledMethodName(_owningMethod)); 50return comparer.Compare(_owningMethod, ((MethodExceptionHandlingInfoNode)other)._owningMethod);