You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration
|
||||
@ -131,7 +131,7 @@ namespace System.Data.Mapping.ViewGeneration
|
||||
foreach (LeafCellTreeNode childNode in rootNode.Children)
|
||||
{
|
||||
// A cell may contain P, P.PA -- we return P
|
||||
// CHANGE_[....]_FEATURE_COMPOSITION Need to fix for composition!!
|
||||
// CHANGE_Microsoft_FEATURE_COMPOSITION Need to fix for composition!!
|
||||
EntitySetBase extent = childNode.LeftCellWrapper.RightCellQuery.Extent; // relation or extent to group by
|
||||
Debug.Assert(extent != null, "Each cell must have a right extent");
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.Utils;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.Utils;
|
||||
@ -277,7 +277,7 @@ namespace System.Data.Mapping.ViewGeneration
|
||||
}
|
||||
// effects: Given a list of node, produces a new list in which all
|
||||
// leaf nodes of the same extent are adjacent to each other. Non-leaf
|
||||
// nodes are also adjacent to each other. CHANGE_[....]_IMPROVE: Merge with GroupByRightExtent
|
||||
// nodes are also adjacent to each other. CHANGE_Microsoft_IMPROVE: Merge with GroupByRightExtent
|
||||
private static List<CellTreeNode> GroupLeafChildrenByExtent(List<CellTreeNode> nodes)
|
||||
{
|
||||
// Keep track of leaf cells for each extent
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.Utils;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Linq;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Mapping.ViewGeneration.Structures;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Mapping.ViewGeneration.Structures;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Linq;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Text.RegularExpressions;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Text;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.CommandTrees;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.CommandTrees;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System.Data.Common.CommandTrees;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Mapping.ViewGeneration
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
@ -3,8 +3,8 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
//
|
||||
// @owner [....]
|
||||
// @backupOwner [....]
|
||||
// @owner Microsoft
|
||||
// @backupOwner Microsoft
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user