9 references to Datastore
mscorlib (9)
system\runtime\remoting\callcontext.cs (9)
356Datastore[e.Name] = e.Value; 427lc.Datastore[(String)de.Key] = de.Value; 439lc.Datastore[key] = ((ICloneable)de.Value).Clone(); 442lc.Datastore[key] = de.Value; 463IDictionaryEnumerator de = lc.Datastore.GetEnumerator(); 467Datastore[(String)de.Key] = de.Value; 573Datastore.Remove(name); 579return Datastore[name]; 585Datastore[name] = data;