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