1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (1)
35
_method
= method;
7 references to _method
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (7)
38
public MethodDesc Method =>
_method
;
55
if (factory.TypeSystemContext.IsSpecialUnboxingThunk(
_method
))
61
MethodDesc nonUnboxingMethod = factory.TypeSystemContext.GetTargetOfSpecialUnboxingThunk(
_method
);
65
TypeDesc owningType =
_method
.OwningType;
76
sb.Append(nameMangler.GetMangledMethodName(
_method
));
90
public override bool InterestingForDynamicDependencyAnalysis =>
_method
.HasInstantiation ||
_method
.OwningType.HasInstantiation;