2 references to IsNull
mscorlib (2)
system\runtime\remoting\callcontext.cs (2)
199public Object GetData(String name) { return IsNull ? null : m_ctx.GetData(name); } 201public Object HostContext { get { return IsNull ? null : m_ctx.HostContext; } }