1 write to _label
Infrastructure.Tests (1)
WorkflowScripts\NodeCommand.cs (1)
23
_label
= label;
2 references to _label
Infrastructure.Tests (2)
WorkflowScripts\NodeCommand.cs (2)
24
_msgPrefix = string.IsNullOrEmpty(
_label
) ? string.Empty : $"[{
_label
}] ";