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;
|
||||
@ -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;
|
||||
|
Reference in New Issue
Block a user