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