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)
38public MethodDesc Method => _method; 55if (factory.TypeSystemContext.IsSpecialUnboxingThunk(_method)) 61MethodDesc nonUnboxingMethod = factory.TypeSystemContext.GetTargetOfSpecialUnboxingThunk(_method); 65TypeDesc owningType = _method.OwningType; 76sb.Append(nameMangler.GetMangledMethodName(_method)); 90public override bool InterestingForDynamicDependencyAnalysis => _method.HasInstantiation || _method.OwningType.HasInstantiation;