1 write to _nameAgnosticQueryCaches
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\RuntimeTypeInfo.TypeComponentsCache.cs (1)
34_nameAgnosticQueryCaches = new object[MemberTypeIndex.Count];
3 references to _nameAgnosticQueryCaches
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\RuntimeTypeInfo.TypeComponentsCache.cs (3)
65object result = Volatile.Read(ref _nameAgnosticQueryCaches[index]); 70Volatile.Write(ref _nameAgnosticQueryCaches[index], newResult); 78Volatile.Write(ref _nameAgnosticQueryCaches[index], newResult);