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