1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
31_method = method;
21 references to _method
ILCompiler.ReadyToRun (21)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (21)
37compilerContext.EnsureLoadableType(_method.OwningType); 43public MethodDesc Method => _method.Method; 48public bool IsUnboxingStub => _method.Unboxing; 50public TypeDesc ConstrainedType => _method.ConstrainedType; 52public bool NeedsInstantiationArg => _method.ConstrainedType?.IsCanonicalSubtype(CanonicalFormKind.Any) ?? false; 68factory.DetectGenericCycles(_method.Method, canonMethod); 93if (_method.Method.IsPrimaryMethodDesc() && !IsInstantiatingStub 94&& _method.ConstrainedType == null && fixupKind == ReadyToRunFixupKind.MethodEntry) 96if (!_method.Method.HasInstantiation && !_method.Method.OwningType.HasInstantiation && !_method.Method.OwningType.IsArray) 98if (_method.Token.TokenType == CorTokenType.mdtMethodDef) 103else if (_method.Token.TokenType == CorTokenType.mdtMemberRef) 105if (!_method.OwningTypeNotDerivedFromToken) 114MethodWithToken method = _method; 121method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 127method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 159if (_method.Method.IsAsyncVariant()) 164_method.AppendMangledName(nameMangler, sb); 178return _method.CompareTo(otherNode._method, comparer);