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