Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
jkoritzinsky committed May 8, 2024
commit 28e4107de9d24bdcd297441f189147ad8cb57077
Original file line number Diff line number Diff line change
Expand Up @@ -1454,10 +1454,8 @@ internal T[] GetMemberList(MemberListType listType, string? name, CacheType cach
private static CerHashtable<RuntimeMethodInfo, RuntimeMethodInfo> s_methodInstantiations;
private static object? s_methodInstantiationsLock;
private string? m_defaultMemberName;
// Generic cache for rare scenario specific data. Used for:
// - Enum names and values (EnumInfo)
// - Activator.CreateInstance (ActivatorCache)
// - Array.Initialize (ArrayInitializeCache)
// Generic cache for rare scenario specific data.
// See IGenericCacheEntry for more information.
private object? m_genericCache;
private object[]? _emptyArray; // Object array cache for Attribute.GetCustomAttributes() pathological no-result case.
private RuntimeType? _genericTypeDefinition;
Expand Down