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