1 reference to GetData
mscorlib (1)
system\runtime\remoting\callcontext.cs (1)
199
public Object GetData(String name) { return IsNull ? null : m_ctx.
GetData
(name); }