2 references to IsNull
mscorlib (2)
system\security\securitycontext.cs (2)
205public CompressedStack CompressedStack { get { return IsNull ? null : m_sc.CompressedStack; } } 210get { return IsNull ? null : m_sc.WindowsIdentity; }