1 write to m_unwrapper
System.AddIn (1)
System\Addin\Pipeline\ContractListAdapter.cs (1)
40m_unwrapper = unwrapper;
7 references to m_unwrapper
System.AddIn (7)
System\Addin\Pipeline\ContractListAdapter.cs (7)
47m_listContract.Add(m_unwrapper(item)); 62m_listContract.SetItem(index, m_unwrapper(value)); 68return m_listContract.Contains(m_unwrapper(item)); 92return m_listContract.IndexOf(m_unwrapper(item)); 97m_listContract.Insert(index, m_unwrapper(item)); 102return m_listContract.Remove(m_unwrapper(item)); 118m_listContract.SetItem(index, m_unwrapper(item));