1 write to _method
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
37_method = method;
20 references to _method
ILCompiler.RyuJit (20)
Compiler\DependencyAnalysis\MethodCodeNode.cs (20)
46public MethodDesc Method => _method; 58public override bool InterestingForDynamicDependencyAnalysis => _method.HasInstantiation || _method.OwningType.HasInstantiation; 62sb.Append(nameMangler.GetMangledMethodName(_method)); 65public override bool IsShareable => _method is InstantiatedMethod || EETypeNode.IsTypeNodeShareable(_method.OwningType); 67public override bool HasConditionalStaticDependencies => CodeBasedDependencyAlgorithm.HasConditionalDependenciesDueToMethodCodePresence(_method); 72CodeBasedDependencyAlgorithm.AddConditionalDependenciesDueToMethodCodePresence(ref dependencies, factory, _method); 80TypeDesc owningType = _method.OwningType; 107public bool IsSpecialUnboxingThunk => ((CompilerTypeSystemContext)Method.Context).IsSpecialUnboxingThunk(_method); 113MethodDesc nonUnboxingMethod = ((CompilerTypeSystemContext)Method.Context).GetTargetOfSpecialUnboxingThunk(_method); 148_ehInfo = new MethodExceptionHandlingInfoNode(_method, ehInfo); 189MethodSignature sig = _method.Signature; 227varType = _method.OwningType.IsValueType ? 228_method.OwningType.MakeByRefType() : 229_method.OwningType; 233varType = _method.Signature[(int)varInfo.VarNumber - offset]; 326return comparer.Compare(_method, ((MethodCodeNode)other)._method); 331return _method.ToString();