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