1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
1004
_type
= type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
1009
TypeDesc instantiatedType =
_type
.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation);
1022
sb.Append(nameMangler.GetMangledTypeName(
_type
));
1025
public override string ToString() => $"DefaultConstructor: {
_type
}";
1029
return factory.NativeLayout.DefaultConstructorDictionarySlot(
_type
);
1034
return comparer.Compare(
_type
, ((DefaultConstructorLookupResult)other).
_type
);
1039
return
_type
.GetHashCode();
1044
return ((DefaultConstructorLookupResult)obj).
_type
==
_type
;