1 write to _labels
Microsoft.NET.Build.Containers (1)
ImageConfig.cs (1)
56_labels = GetLabels();
3 references to _labels
Microsoft.NET.Build.Containers (3)
ImageConfig.cs (3)
96if (_labels.Any()) 213_labels[name] = value; 326foreach (KeyValuePair<string, string> label in _labels)