1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
842_type = (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
847var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 859sb.Append(nameMangler.GetMangledTypeName(_type)); 862public override string ToString() => $"ThreadStaticBase: {_type}"; 866return factory.NativeLayout.ThreadStaticBaseIndexDictionarySlotNode(_type); 871return comparer.Compare(_type, ((TypeThreadStaticBaseIndexGenericLookupResult)other)._type); 876return _type.GetHashCode(); 881return ((TypeThreadStaticBaseIndexGenericLookupResult)obj)._type == _type;