1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
785
_type
= (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
790
var instantiatedType = (MetadataType)
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
803
sb.Append(nameMangler.GetMangledTypeName(
_type
));
806
public override string ToString() => $"NonGCStaticBase: {
_type
}";
810
return factory.NativeLayout.NonGcStaticDictionarySlot(
_type
);
815
return comparer.Compare(
_type
, ((TypeNonGCStaticBaseGenericLookupResult)other).
_type
);
820
return
_type
.GetHashCode();
825
return ((TypeNonGCStaticBaseGenericLookupResult)obj).
_type
==
_type
;