6 references to GetOrCreateValue
System (6)
compmod\system\collections\specialized\marshalinghelpers.cs (6)
216
EventRegistrationTokenTable<NotifyCollectionChangedEventHandler> table = m_weakTable.
GetOrCreateValue
(_this);
229
EventRegistrationTokenTable<NotifyCollectionChangedEventHandler> table = m_weakTable.
GetOrCreateValue
(_this);
302
EventRegistrationTokenTable<PropertyChangedEventHandler> table = m_weakTable.
GetOrCreateValue
(_this);
315
EventRegistrationTokenTable<PropertyChangedEventHandler> table = m_weakTable.
GetOrCreateValue
(_this);
412
EventRegistrationTokenTable<EventHandler> table = m_weakTable.
GetOrCreateValue
(_this);
425
EventRegistrationTokenTable<EventHandler> table = m_weakTable.
GetOrCreateValue
(_this);