1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
256
_type
= type;
10 references to _type
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
261
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
275
sb.Append(nameMangler.GetMangledTypeName(
_type
));
278
public TypeDesc Type =>
_type
;
279
public override string ToString() => $"NecessaryTypeHandle: {
_type
}";
283
return factory.NativeLayout.TypeHandleDictionarySlot(
_type
);
288
return comparer.Compare(
_type
, ((NecessaryTypeHandleGenericLookupResult)other).
_type
);
293
return
_type
.GetHashCode();
298
return ((NecessaryTypeHandleGenericLookupResult)obj).
_type
==
_type
;