1 write to m_wrapper
System.AddIn (1)
System\Addin\Pipeline\ContractListAdapter.cs (1)
39m_wrapper = wrapper;
4 references to m_wrapper
System.AddIn (4)
System\Addin\Pipeline\ContractListAdapter.cs (4)
58return m_wrapper(m_listContract.GetItem(index)); 86destination[index++]=m_wrapper(m_listContract.GetItem(i)); 113return m_wrapper(item); 144return new ContractEnumeratorAdapter<T, U>(m_listContract.GetEnumeratorContract(), m_wrapper);