1 write to Content
System.Diagnostics.Process (1)
System\Diagnostics\ProcessOutputLine.cs (1)
21
Content
= 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>
43
public override string ToString() =>
Content
?? string.Empty;