2 writes to m_fieldInfoCache
mscorlib (2)
system\rttype.cs (2)
1898return GetMemberList<RuntimeFieldInfo>(ref m_fieldInfoCache, listType, name, CacheType.Field); 1925GetMemberCache<RuntimeFieldInfo>(ref m_fieldInfoCache);
1 reference to m_fieldInfoCache
mscorlib (1)
system\rttype.cs (1)
1926return m_fieldInfoCache.AddField(field);