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)
1009TypeDesc instantiatedType = _type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 1022sb.Append(nameMangler.GetMangledTypeName(_type)); 1025public override string ToString() => $"DefaultConstructor: {_type}"; 1029return factory.NativeLayout.DefaultConstructorDictionarySlot(_type); 1034return comparer.Compare(_type, ((DefaultConstructorLookupResult)other)._type); 1039return _type.GetHashCode(); 1044return ((DefaultConstructorLookupResult)obj)._type == _type;