1 write to Content
System.Diagnostics.Process (1)
System\Diagnostics\ProcessOutputLine.cs (1)
21Content = content ?? throw new ArgumentNullException(nameof(content));
3 references to Content
System.Diagnostics.Process (3)
System\Diagnostics\ProcessOutputLine.cs (3)
42/// <returns>The value of <see cref="Content"/>, or <see cref="string.Empty"/> if <see cref="Content"/> is <see langword="null"/>.</returns> 43public override string ToString() => Content ?? string.Empty;