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