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