1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
840
_type
= (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
845
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
857
sb.Append(nameMangler.GetMangledTypeName(
_type
));
860
public override string ToString() => $"ThreadStaticBase: {
_type
}";
864
return factory.NativeLayout.ThreadStaticBaseIndexDictionarySlotNode(
_type
);
869
return comparer.Compare(
_type
, ((TypeThreadStaticBaseIndexGenericLookupResult)other).
_type
);
874
return
_type
.GetHashCode();
879
return ((TypeThreadStaticBaseIndexGenericLookupResult)obj).
_type
==
_type
;