2 references to PasswordInClearText
System.Diagnostics.Process (2)
System\Diagnostics\ProcessStartInfo.Unix.cs (2)
18get { throw new PlatformNotSupportedException(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); } 19set { throw new PlatformNotSupportedException(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); }