10 references to GetLastPInvokeErrorMessage
System.Security.Principal.Windows (10)
System\Security\Principal\WindowsIdentity.cs (8)
147throw new SecurityException(Marshal.GetLastPInvokeErrorMessage()); 288throw new SecurityException(Marshal.GetLastPInvokeErrorMessage()); 491throw new SecurityException(Marshal.GetLastPInvokeErrorMessage()); 499throw new SecurityException(Marshal.GetLastPInvokeErrorMessage()); 780Environment.FailFast(Marshal.GetLastPInvokeErrorMessage()); 800Environment.FailFast(Marshal.GetLastPInvokeErrorMessage()); 805Environment.FailFast(Marshal.GetLastPInvokeErrorMessage()); 934throw new SecurityException(Marshal.GetLastPInvokeErrorMessage());
System\Security\Principal\WindowsPrincipal.cs (2)
160throw new SecurityException(Marshal.GetLastPInvokeErrorMessage()); 171throw new SecurityException(Marshal.GetLastPInvokeErrorMessage());