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