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}] ";