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
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
@ -315,7 +315,7 @@ namespace System.Data.Common.Utils.Boolean
|
||||
{
|
||||
if (x.IsSink())
|
||||
{
|
||||
// [....] nodes '1' and '0' each have one static instance; use reference
|
||||
// sync nodes '1' and '0' each have one static instance; use reference
|
||||
return x.Equals(y);
|
||||
}
|
||||
|
||||
@ -338,7 +338,7 @@ namespace System.Data.Common.Utils.Boolean
|
||||
|
||||
public int GetHashCode(Vertex vertex)
|
||||
{
|
||||
// [....] nodes '1' and '0' each have one static instance; use reference
|
||||
// sync nodes '1' and '0' each have one static instance; use reference
|
||||
if (vertex.IsSink())
|
||||
{
|
||||
return vertex.GetHashCode();
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Common.Utils
|
||||
|
@ -2,8 +2,8 @@
|
||||
// <copyright file="DisposableCollectionWrapper.cs" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
// <owner current="true" primary="true">[....]</owner>
|
||||
// <owner current="true" primary="false">[....]</owner>
|
||||
// <owner current="true" primary="true">Microsoft</owner>
|
||||
// <owner current="true" primary="false">Microsoft</owner>
|
||||
//------------------------------------------------------------------------------
|
||||
using System.Collections.Generic;
|
||||
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
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user