1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
840_type = (MetadataType)type;
9 references to _type
ILCompiler.Compiler (9)
Compiler\DependencyAnalysis\GenericLookupResult.cs (9)
845var instantiatedType = (MetadataType)_type.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 857sb.Append(nameMangler.GetMangledTypeName(_type)); 860public override string ToString() => $"ThreadStaticBase: {_type}"; 864return factory.NativeLayout.ThreadStaticBaseIndexDictionarySlotNode(_type); 869return comparer.Compare(_type, ((TypeThreadStaticBaseIndexGenericLookupResult)other)._type); 874return _type.GetHashCode(); 879return ((TypeThreadStaticBaseIndexGenericLookupResult)obj)._type == _type;