1 write to _label
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
34
_label
= label;
2 references to _label
Infrastructure.Tests (2)
PowerShellScripts\PowerShellCommand.cs (2)
35
_msgPrefix = string.IsNullOrEmpty(
_label
) ? string.Empty : $"[{
_label
}] ";