1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
896
_type
= (MetadataType)type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
901
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
913
sb.Append(nameMangler.GetMangledTypeName(
_type
));
916
public MetadataType Type =>
_type
;
917
public override string ToString() => $"GCStaticBase: {
_type
}";
921
return factory.NativeLayout.GcStaticDictionarySlot(
_type
);
926
return comparer.Compare(
_type
, ((TypeGCStaticBaseGenericLookupResult)other).
_type
);
931
return
_type
.GetHashCode();
936
return ((TypeGCStaticBaseGenericLookupResult)obj).
_type
==
_type
;