1 write to _method
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
707_method = method;
9 references to _method
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
712MethodDesc instantiatedMethod = _method.GetNonRuntimeDeterminedMethodFromRuntimeDeterminedMethodViaSubstitution(context.TypeInstantiation, context.MethodInstantiation); 746sb.Append(nameMangler.GetMangledMethodName(_method)); 749public override string ToString() => $"DispatchCell: {_method}"; 753return factory.NativeLayout.InterfaceCellDictionarySlot(_method); 758return comparer.Compare(_method, ((VirtualDispatchCellGenericLookupResult)other)._method); 763return _method.GetHashCode(); 768return ((VirtualDispatchCellGenericLookupResult)obj)._method == _method;