1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
783
_type
= (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
788
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
801
sb.Append(nameMangler.GetMangledTypeName(
_type
));
804
public override string ToString() => $"NonGCStaticBase: {
_type
}";
808
return factory.NativeLayout.NonGcStaticDictionarySlot(
_type
);
813
return comparer.Compare(
_type
, ((TypeNonGCStaticBaseGenericLookupResult)other).
_type
);
818
return
_type
.GetHashCode();
823
return ((TypeNonGCStaticBaseGenericLookupResult)obj).
_type
==
_type
;