1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
705_method = method;
9 references to _method
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
710MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(context.TypeInstantiation, context.MethodInstantiation); 744sb.Append(nameMangler.GetMangledMethodName(_method)); 747public override string ToString() => $"DispatchCell: {_method}"; 751return factory.NativeLayout.InterfaceCellDictionarySlot(_method); 756return comparer.Compare(_method, ((VirtualDispatchCellGenericLookupResult)other)._method); 761return _method.GetHashCode(); 766return ((VirtualDispatchCellGenericLookupResult)obj)._method == _method;