DateTimeZone.IsFixed doesn't seem like it's particularly useful to most users -
and it's not something that I imagine we want people to call in general, so its
presence in the public API is somewhat confusing.
On the other hand, it is useful information for CachedDateTimeZone (which is
internal). We could make IsFixed internal (or possibly protected internal),
which has the only disadvantage of making it difficult to write
CachedDateTimeZone externall.