1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
954_type = type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
959TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 971sb.Append(nameMangler.GetMangledTypeName(_type)); 974public override string ToString() => $"AllocObject: {_type}"; 978return factory.NativeLayout.AllocateObjectDictionarySlot(_type); 983return comparer.Compare(_type, ((ObjectAllocatorGenericLookupResult)other)._type); 988return _type.GetHashCode(); 993return ((ObjectAllocatorGenericLookupResult)obj)._type == _type;