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