1 write to m_Datastore
mscorlib (1)
system\runtime\remoting\callcontext.cs (1)
211m_Datastore = new Hashtable();
5 references to m_Datastore
mscorlib (5)
system\runtime\remoting\callcontext.cs (5)
208if (null == m_Datastore) 213return m_Datastore; 231get { return ((m_Datastore != null) && (m_Datastore.Count > 0));} 258IDictionaryEnumerator de = this.m_Datastore.GetEnumerator();