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