1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
842
_type
= (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
847
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
859
sb.Append(nameMangler.GetMangledTypeName(
_type
));
862
public override string ToString() => $"ThreadStaticBase: {
_type
}";
866
return factory.NativeLayout.ThreadStaticBaseIndexDictionarySlotNode(
_type
);
871
return comparer.Compare(
_type
, ((TypeThreadStaticBaseIndexGenericLookupResult)other).
_type
);
876
return
_type
.GetHashCode();
881
return ((TypeThreadStaticBaseIndexGenericLookupResult)obj).
_type
==
_type
;