/// <summary> /// Check if any of this handle's memory tracking handles are dirty. /// </summary> /// <returns>True if at least one of the handles is dirty</returns> private bool CheckDirty() { return(Handles.Any(handle => handle.Dirty)); }