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)
16
public MethodDesc Method =>
_owningMethod
;
25
public override ObjectNodeSection GetSection(NodeFactory factory) =>
_owningMethod
.Context.Target.IsWindows
33
sb.Append("__ehinfo_"u8).Append(nameMangler.GetMangledMethodName(
_owningMethod
));
50
return comparer.Compare(
_owningMethod
, ((MethodExceptionHandlingInfoNode)other).
_owningMethod
);