1 write to _method
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
31_method = method;
22 references to _method
ILCompiler.ReadyToRun (22)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (22)
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); 138if (_method.Method.IsPrimaryMethodDesc() && !IsInstantiatingStub && !_method.Unboxing 139&& _method.ConstrainedType == null && fixupKind == ReadyToRunFixupKind.MethodEntry) 141if (!_method.Method.HasInstantiation && !_method.Method.OwningType.HasInstantiation && !_method.Method.OwningType.IsArray) 143if (_method.Token.TokenType == CorTokenType.mdtMethodDef) 148else if (_method.Token.TokenType == CorTokenType.mdtMemberRef) 150if (!_method.OwningTypeNotDerivedFromToken) 159MethodWithToken method = _method; 166method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 172method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 204if (_method.Method.IsAsyncVariant()) 209_method.AppendMangledName(nameMangler, sb); 223return _method.CompareTo(otherNode._method, comparer);