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