1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
952_type = type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
957TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 969sb.Append(nameMangler.GetMangledTypeName(_type)); 972public override string ToString() => $"AllocObject: {_type}"; 976return factory.NativeLayout.AllocateObjectDictionarySlot(_type); 981return comparer.Compare(_type, ((ObjectAllocatorGenericLookupResult)other)._type); 986return _type.GetHashCode(); 991return ((ObjectAllocatorGenericLookupResult)obj)._type == _type;