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