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