-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Compositionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
Per previous discussion this type is currently being used safely, but would be easy to accidentally use incorrectly. We can remove it and replace its usage with something like the following:
_lock.EnterReadLock();
try {
_memberInfos.TryGetValue(memberInfo, out cachedAttributes);
}
finally { _lock.ExitReadLock(); }
Metadata
Metadata
Assignees
Labels
area-System.Compositionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors