1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
435_method = method;
9 references to _method
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
440MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 462sb.Append(nameMangler.GetMangledMethodName(_method)); 465public override string ToString() => $"MethodHandle: {_method}"; 469return factory.NativeLayout.MethodLdTokenDictionarySlot(_method); 474return comparer.Compare(_method, ((MethodHandleGenericLookupResult)other)._method); 479return _method.GetHashCode(); 484return ((MethodHandleGenericLookupResult)obj)._method == _method;