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