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