protected override void FreezeInternal() { if (constantValue != null) { constantValue.Freeze(); } base.FreezeInternal(); }
protected override void FreezeInternal() { attributes = FreezeList(attributes); if (defaultValue != null) { defaultValue.Freeze(); } base.FreezeInternal(); }