1 write to _history
Microsoft.NET.Build.Containers (1)
ImageConfig.cs (1)
62_history = GetHistory();
3 references to _history
Microsoft.NET.Build.Containers (3)
ImageConfig.cs (3)
142int numberOfNonEmptyLayerHistoryEntries = _history.Count(h => h.empty_layer is null or false); 148_history.Add(customHistoryEntry); 163["history"] = new JsonArray(_history.Select(CreateHistory).ToArray<JsonNode>())