repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/EditorFeatures/Core/Implementation/Diagnostics/DiagnosticsSuggestionTaggerProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.ComponentModel.Com...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.ComponentModel.Com...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./CODE-OF-CONDUCT.md
# Code of Conduct This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
# Code of Conduct This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/EditorFeatures/CSharp/PublicAPI.Unshipped.txt
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Diagnostics/WorkspacePullDiagnosticHandler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Linq; using Microsoft.Code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Linq; using Microsoft.Code...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/Compilers/VisualBasic/Portable/Binding/ForOrForEachBlockBinder.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.Text Im...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.Text Im...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioAddMetadataReferenceCodeActionOperationFactoryWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Threading; using Microsoft.CodeAnalysis; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Threading; using Microsoft.CodeAnalysis; us...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSSourceModule.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.InteropServices; namespace Microsoft.VisualStudio.LanguageServices.CSharp....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.InteropServices; namespace Microsoft.VisualStudio.LanguageServices.CSharp....
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/Features/CSharp/Portable/ConvertBetweenRegularAndVerbatimString/ConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Text; using Microsoft.CodeAnalysis.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Text; using Microsoft.CodeAnalysis.Co...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/VisualStudio/Core/Test/SolutionExplorer/FakeAnalyzersCommandHandler.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.Internal.VisualStudio.PlatformUI Imports Microsoft.VisualStudio.LanguageServices.Implementation.Solu...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.Internal.VisualStudio.PlatformUI Imports Microsoft.VisualStudio.LanguageServices.Implementation.Solu...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/VisualStudio/LiveShare/Impl/Client/ExternalAccess/VSTypeScript/VSTypeScriptRemoteLanguageServiceWorkspaceAccessor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; us...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/Compilers/VisualBasic/Test/Emit/PDB/PDBVariableInitializerTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBa...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBa...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/EditorFeatures/Core/EditorConfigSettings/DataProvider/IWorkspaceSettingsProviderFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Editor.EditorConfigSettings.DataProvider { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Editor.EditorConfigSettings.DataProvider { ...
-1
dotnet/roslyn
56,432
When we're loading dependencies, don't require exact versions
When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load cleanly; by requiring exact versions we'd end up in diamond dependen...
jasonmalinowski
2021-09-16T01:19:09Z
2021-11-30T03:29:47Z
e302aa0555624495ca1644c8488ddf33c6a65686
0bdc85394f139a23d8363a47635efa878112a95b
When we're loading dependencies, don't require exact versions. When we're loading analyzer dependencies, our current logic was to require the exact version that was requested from the loading assembly. This is problematic in a lot of cases where you would normally have a binding redirect to ensure assemblies load clean...
./src/Features/Core/Portable/MetadataAsSource/MetadataAsSourceFileProviderMetadata.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Metadata...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Metadata...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/Implementation/EditAndContinue/EditAndContinueDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Runtime.CompilerServices; using System.Threading; using System.Thr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Linq; using System.Runtime.CompilerServices; using System.Threadin...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/Implementation/EditAndContinue/ManagedEditAndContinueLanguageService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/Implementation/EditAndContinue/ManagedHotReloadLanguageService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Test/EditAndContinue/EditAndContinueWorkspaceServiceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Test/EditAndContinue/RemoteEditAndContinueServiceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable enable using System; using System.Collections.Generic; using System.Collections.Immutable; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable enable using System; using System.Collections.Generic; using System.Collections.Immutable; using System....
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/TestUtilities/EditAndContinue/MockEditAndContinueWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Micro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/EditAndContinue/DebuggingSession.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/EditAndContinue/EditAndContinueWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/EditAndContinue/EditSession.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/EditAndContinue/Remote/RemoteDebuggingSessionProxy.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/EditAndContinue/SolutionUpdate.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.Emit; using Microsoft.VisualStudio.D...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.Emit; using Microsoft.VisualStudio.D...
1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/Diagnostics/DefaultDiagnosticAnalyzerService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Emitter/Model/SpecializedMethodReference.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Core/Portable/Symbols/Attributes/CommonFieldWellKnownAttributeData.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis {...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/TodoComments/AbstractTodoCommentService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; using System.Threading...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; using System.Threading...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/Core/Portable/Shared/TestHooks/IAsynchronousOperationListenerProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Shared.TestHooks { /// <summary> /// Return <see cref="IAsynchronousOperat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Shared.TestHooks { /// <summary> /// Return <see cref="IAsynchronousOperat...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Semantic/Semantics/GenericConstraintsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Co...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/SolutionCrawler/HostSolutionCrawlerWorkspaceEventListener.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharpTest/Diagnostics/MakeMethodAsynchronous/MakeMethodAsynchronousTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/ImplementType/ImplementTypeOptionsProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using Microsoft.Code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using Microsoft.Code...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/FlowAnalysis/CSharpDataFlowAnalysis.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using S...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/ExpressionEvaluator/Core/Source/ResultProvider/Helpers/TypeWalker.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using Type = Microsoft.VisualStudio.Debugger.Metadata.Ty...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using Type = Microsoft.VisualStudio.Debugger.Metadata.Ty...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Core/Portable/InternalUtilities/ConsList`1.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Te...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Te...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingGeneralOptionPageStrings.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options { internal static class For...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options { internal static class For...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/LanguageServer/ProtocolUnitTests/SemanticTokens/SemanticTokensTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable enable using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Classification; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable enable using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Classification; usi...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharpTest/Structure/IndexerDeclarationStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IArgument.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis.CSharp.S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis.CSharp.S...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Core/Portable/Emit/EmitOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Security.Cryptography; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Security.Cryptography; using Syst...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/ChangeSignature/CallSiteKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.ChangeSignature { internal enum CallSiteKind { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.ChangeSignature { internal enum CallSiteKind { /// <summary> ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpArgumentProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.TestHooks; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.TestHooks; using Mi...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Core/Portable/CommandLine/TouchedFileLogger.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; using System; using System.IO; using System.Threading; namespace Microsoft.CodeAnalysis { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; using System; using System.IO; using System.Threading; namespace Microsoft.CodeAnalysis { ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Symbols/Source/SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using Roslyn.Utilities; namespace Micr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using Roslyn.Utilities; namespace Micr...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Emit/CodeGen/SwitchTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharp/FindUsages/CSharpFindUsagesLSPService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.Editor.FindUsages; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.Editor.FindUsages; using Mi...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Symbols/Symbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Services/SyntaxFacts/ISyntaxFacts.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IVariableDeclaration.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSha...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSha...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedExplicitImplementationForwardingMethod.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.Symbols { /// <summary> /// When C# interface im...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.Symbols { /// <summary> /// When C# interface im...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Utilities/ValueSetFactory.SingleTC.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp { using static BinaryOperatorK...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp { using static BinaryOperatorK...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/LanguageServer/Protocol/ILspLoggerFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.LanguageServer; using StreamJson...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.LanguageServer; using StreamJson...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/StaticKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Ex...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Ex...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Syntax/IncrementalParsing/UnaryExpression.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.S...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTest.GenerationVerifier.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata; using System.Reflection.Meta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata; using System.Reflection.Meta...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/Core/Def/Implementation/VisualStudioSupportsFeatureService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Linq; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Linq; u...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForLocalFunctionsRefactoringTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicIntelliSense.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Micr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Micr...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/CSharp/Portable/Completion/CompletionProviders/SpeculativeTCompletionProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Threadi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Threadi...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/CoreTest/CodeCleanup/Extensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Text; namespa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Text; namespa...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharpTest/Diagnostics/ConvertToAsync/ConvertToAsyncTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.CodeFixes.ConvertToAsync; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.CodeFixes.ConvertToAsync; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/FindUsages/AbstractFindUsagesService.DefinitionTrackingContext.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threadin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threadin...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/GenerateEqualsAndGetHashCodeFromMembers/FormatLargeBinaryExpressionRule.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Formatting.Rules; using Microsoft.CodeAnalysis.Langu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Formatting.Rules; using Microsoft.CodeAnalysis.Langu...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/NamespaceDeclarationPreference.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.CodeStyle { internal enum NamespaceDeclarationPreference { /// <su...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.CodeStyle { internal enum NamespaceDeclarationPreference { /// <su...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Semantic/Semantics/UsingDeclarationTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.CSharp.UnitTest...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.CSharp.UnitTest...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/LanguageServices/MoveDeclarationNearReference/AbstractMoveDeclarationNearReferenceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Analyzers/CSharp/CodeFixes/UseIndexOrRangeOperator/CSharpUseIndexOperatorCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Shared/BuildClient.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Test/Core/Platform/Desktop/AppDomainAssemblyCache.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #if NET472 using System; using System.Collections.Concurrent; using System.Collections.Generic;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #if NET472 using System; using System.Collections.Concurrent; using System.Collections.Generic;...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/TestUtilities/Diagnostics/TestHostDiagnosticUpdateSource.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Diagnostics; namespace Microsoft.CodeAnalysis.Editor.UnitTests.Dia...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Diagnostics; namespace Microsoft.CodeAnalysis.Editor.UnitTests.Dia...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/Xaml/Impl/Features/Formatting/XamlFormattingOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Featur...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Featur...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/Syntax/LookupPosition.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Syntax { /// <summar...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Syntax { /// <summar...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core.Cocoa/Snippets/CSharpSnippets/SnippetFunctions/SnippetFunctionGenerateSwitchCases.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using Microsoft.Cod...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/CSharp/Portable/NameTupleElement/CSharpNameTupleElementCodeRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.Co...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/CommandLine/SarifV1ErrorLoggerTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Analyzers/Core/Analyzers/ValidateFormatString/ValidateFormatStringOption.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis.ValidateFormatString { internal class V...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis.ValidateFormatString { internal class V...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharpTest2/Recommendations/PartialKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/MSBuildTest/MSBuildWorkspaceTestBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmException.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/Core/Portable/Operations/BasicBlockKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.FlowAnalysis { /// <summary> /// <see cref="BasicBlock"/> kind. /// </...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.FlowAnalysis { /// <summary> /// <see cref="BasicBlock"/> kind. /// </...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Test/Symbol/Symbols/Source/RecordTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities;...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/CSharp/Impl/CodeModel/ParameterFlagsExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSh...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.SymbolToProjectId.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.CompilerServices; using Microsoft.CodeAnalysis.ErrorReporting; using Microsoft.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.CompilerServices; using Microsoft.CodeAnalysis.ErrorReporting; using Microsoft.C...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/CSharp/Portable/Simplification/Reducers/CSharpVarReducer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.CodeStyle; using Microsoft.CodeAnalysis.Options; using Micro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.CodeStyle; using Microsoft.CodeAnalysis.Options; using Micro...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/Implementation/Classification/SyntacticClassificationTaggerProvider.Tagger.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Tex...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Tex...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/CSharp/NavigationBar/CSharpEditorNavigationBarItemService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/VisualBasic/Test/Semantic/Binding/Binder_Statements_Tests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Reflection Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microso...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Reflection Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microso...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Compilers/CSharp/Portable/BoundTree/BoundTreeVisitors.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core.Wpf/EditAndContinue/EditAndContinueErrorTypeFormatDefinition.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using System.Windows.Media; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using System.Windows.Media; using Microso...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/Core/Portable/ChangeSignature/IUnifiedArgumentSyntax.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.ChangeSignature { internal interface IUnifiedArgumentSyntax...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.ChangeSignature { internal interface IUnifiedArgumentSyntax...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/CSharp/Portable/ExtractMethod/CSharpSelectionValidator.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Threading; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Threading; using...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Features/LanguageServer/ProtocolUnitTests/Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <StartupObject /> ...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <StartupObject /> ...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Core/Implementation/ITextUndoHistoryWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; using Microsoft.VisualStudio.Text; using Microsoft.VisualStud...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; using Microsoft.VisualStudio.Text; using Microsoft.VisualStud...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/EditorFeatures/Test2/Diagnostics/GenerateEvent/GenerateEventCrossLanguageTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Na...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Na...
-1
dotnet/roslyn
56,424
EnC/HR interface unification
Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1363800 https://devdiv.visuals...
tmat
2021-09-15T22:22:11Z
2021-09-21T16:03:37Z
8574e338076f0a2d7a4bc0d129f00e7440e47fbb
240a47028f8518833271b026667f18f2c02fcbd8
EnC/HR interface unification. Prepares for unification of EnC and Hot Reload debugger interfaces. In this PR we still implement two separate MEF components that delegate to a common implementation. These will be eliminated in vs-deps follow up. Contributes to https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1...
./src/Workspaces/Core/Portable/Shared/Extensions/ITypeSymbolExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using ...
-1