1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
898
_type
= (MetadataType)type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
903
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
915
sb.Append(nameMangler.GetMangledTypeName(
_type
));
918
public MetadataType Type =>
_type
;
919
public override string ToString() => $"GCStaticBase: {
_type
}";
923
return factory.NativeLayout.GcStaticDictionarySlot(
_type
);
928
return comparer.Compare(
_type
, ((TypeGCStaticBaseGenericLookupResult)other).
_type
);
933
return
_type
.GetHashCode();
938
return ((TypeGCStaticBaseGenericLookupResult)obj).
_type
==
_type
;