1 write to m_Datastore
mscorlib (1)
system\runtime\remoting\callcontext.cs (1)
541m_Datastore = new Hashtable();
6 references to m_Datastore
mscorlib (6)
system\runtime\remoting\callcontext.cs (6)
389IDictionaryEnumerator de = m_Datastore.GetEnumerator(); 421IDictionaryEnumerator de = m_Datastore.GetEnumerator(); 497get { return ((m_Datastore != null) && (m_Datastore.Count > 0));} 538if (null == m_Datastore) 543return m_Datastore;