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); 145_ehInfo = new MethodExceptionHandlingInfoNode(_method, ehInfo); 186MethodSignature sig = _method.Signature; 224varType = _method.OwningType.IsValueType ? 225_method.OwningType.MakeByRefType() : 226_method.OwningType; 230varType = _method.Signature[(int)varInfo.VarNumber - offset]; 323return comparer.Compare(_method, ((MethodCodeNode)other)._method); 328return _method.ToString();