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)
957
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
969
sb.Append(nameMangler.GetMangledTypeName(
_type
));
972
public override string ToString() => $"AllocObject: {
_type
}";
976
return factory.NativeLayout.AllocateObjectDictionarySlot(
_type
);
981
return comparer.Compare(
_type
, ((ObjectAllocatorGenericLookupResult)other).
_type
);
986
return
_type
.GetHashCode();
991
return ((ObjectAllocatorGenericLookupResult)obj).
_type
==
_type
;