1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
197
_type
= type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
203
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
217
sb.Append(nameMangler.GetMangledTypeName(
_type
));
220
public TypeDesc Type =>
_type
;
221
public override string ToString() => $"TypeHandle: {
_type
}";
225
return factory.NativeLayout.TypeHandleDictionarySlot(
_type
);
230
return comparer.Compare(
_type
, ((TypeHandleGenericLookupResult)other).
_type
);
235
return
_type
.GetHashCode();
240
return ((TypeHandleGenericLookupResult)obj).
_type
==
_type
;