Repro:
var bounds = new Bounds(Vector3.zero, Vector3.one);
Debug.Log("Bounds: " + bounds.size);
bounds.Expand(100f);
Debug.Log("Bounds: " + bounds.size);