File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Features/Core/Portable/EditAndContinue
Contracts/EditAndContinue Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66using System ;
77using System . Collections . Immutable ;
88
9- namespace Microsoft . CodeAnalysis . Debugging . Contracts . HotReload ;
9+ namespace Microsoft . CodeAnalysis . EditAndContinue . Contracts ;
1010
1111[ DataContract ]
1212internal readonly struct ManagedHotReloadUpdate
Original file line number Diff line number Diff line change 1313using System . Threading ;
1414using System . Threading . Tasks ;
1515using Microsoft . CodeAnalysis . Debugging ;
16+ using Microsoft . CodeAnalysis . EditAndContinue . Contracts ;
1617using Microsoft . CodeAnalysis . Emit ;
1718using Microsoft . CodeAnalysis . ErrorReporting ;
1819using Microsoft . CodeAnalysis . Internal . Log ;
1920using Microsoft . CodeAnalysis . PooledObjects ;
2021using Microsoft . CodeAnalysis . Shared . Extensions ;
2122using Microsoft . CodeAnalysis . Text ;
22- using Microsoft . CodeAnalysis . EditAndContinue . Contracts ;
2323using Roslyn . Utilities ;
2424
2525namespace Microsoft . CodeAnalysis . EditAndContinue
Original file line number Diff line number Diff line change 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 ;
75using System . Collections . Immutable ;
6+ using System . Runtime . Serialization ;
87using Microsoft . CodeAnalysis . EditAndContinue . Contracts ;
98
109namespace Microsoft . CodeAnalysis . EditAndContinue ;
You can’t perform that action at this time.
0 commit comments