1 write to m_unwrapper
System.AddIn (1)
System\Addin\Pipeline\ListContractAdapter.cs (1)
39m_unwrapper = unwrapper;
6 references to m_unwrapper
System.AddIn (6)
System\Addin\Pipeline\ListContractAdapter.cs (6)
44m_list.Add(m_unwrapper(item)); 54return m_list.Contains(m_unwrapper(item)); 59return m_list.IndexOf(m_unwrapper(item)); 64m_list.Insert(index, m_unwrapper(item)); 69return m_list.Remove(m_unwrapper(item)); 84m_list[index] = m_unwrapper(item);