Skip to content

Commit 7d5fb95

Browse files
committed
Fix
1 parent e2be710 commit 7d5fb95

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Features/Core/Portable/EditAndContinue/Contracts/EditAndContinue/ManagedHotReloadUpdate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System;
77
using System.Collections.Immutable;
88

9-
namespace Microsoft.CodeAnalysis.Debugging.Contracts.HotReload;
9+
namespace Microsoft.CodeAnalysis.EditAndContinue.Contracts;
1010

1111
[DataContract]
1212
internal readonly struct ManagedHotReloadUpdate

src/Features/Core/Portable/EditAndContinue/DebuggingSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
using System.Threading;
1414
using System.Threading.Tasks;
1515
using Microsoft.CodeAnalysis.Debugging;
16+
using Microsoft.CodeAnalysis.EditAndContinue.Contracts;
1617
using Microsoft.CodeAnalysis.Emit;
1718
using Microsoft.CodeAnalysis.ErrorReporting;
1819
using Microsoft.CodeAnalysis.Internal.Log;
1920
using Microsoft.CodeAnalysis.PooledObjects;
2021
using Microsoft.CodeAnalysis.Shared.Extensions;
2122
using Microsoft.CodeAnalysis.Text;
22-
using Microsoft.CodeAnalysis.EditAndContinue.Contracts;
2323
using Roslyn.Utilities;
2424

2525
namespace Microsoft.CodeAnalysis.EditAndContinue

src/Features/Core/Portable/EditAndContinue/ModuleUpdate.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System.Runtime.Serialization;
6-
using System;
75
using System.Collections.Immutable;
6+
using System.Runtime.Serialization;
87
using Microsoft.CodeAnalysis.EditAndContinue.Contracts;
98

109
namespace Microsoft.CodeAnalysis.EditAndContinue;

0 commit comments

Comments
 (0)