1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
314
_type
= type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
319
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
333
sb.Append(nameMangler.GetMangledTypeName(
_type
));
336
public TypeDesc Type =>
_type
;
337
public override string ToString() => $"MetadataTypeHandle: {
_type
}";
341
return factory.NativeLayout.TypeHandleDictionarySlot(
_type
);
346
return comparer.Compare(
_type
, ((MetadataTypeHandleGenericLookupResult)other).
_type
);
351
return
_type
.GetHashCode();
356
return ((MetadataTypeHandleGenericLookupResult)obj).
_type
==
_type
;