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,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/VisualBasicTest/ConvertCast/ConvertTryCastToDirectCastTests.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 VerifyVB = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.VisualBasicCodeRefactoringVerifier(Of 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. Imports VerifyVB = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.VisualBasicCodeRefactoringVerifier(Of 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/Workspaces/VisualBasic/Portable/Classification/Worker.DocumentationCommentClassifier.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.Classification Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.Visua...
' 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.Classification Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.Visua...
-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/Interactive/HostTest/StressTests.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. extern alias InteractiveHost; using System; using System.Diagnostics; using System.Globalization; 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. extern alias InteractiveHost; using System; using System.Diagnostics; using System.Globalization; using System.Thr...
-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/SourceGeneration/IncrementalGeneratorSyntaxWalker.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/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicErrorListCommon.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; using Microsoft.VisualStudio.IntegrationTest.Utiliti...
// 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; using Microsoft.VisualStudio.IntegrationTest.Utiliti...
-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/Formatting/Rules/IFormattingRule.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; namespace Microsoft.CodeAnalysis.Formatting.Rules { [Obsolete("This interface is no longer used"...
// 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; namespace Microsoft.CodeAnalysis.Formatting.Rules { [Obsolete("This interface is no longer used"...
-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/Remote/Core/ISolutionSynchronizationService.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.Remote { internal interface ISolutionAsset...
// 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.Remote { internal interface ISolutionAsset...
-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/InteractiveSemanticModelTests.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 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; using System.Collections.Generic; using System.Linq; using 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/EditorFeatures/Core/Shared/Extensions/ITextViewExtensions.AutoClosingViewProperty.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.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio...
// 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.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio...
-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/ForStatementSyntax.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.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
// 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.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
-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/Collections/Boxes.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; namespace Microsoft.CodeAnalysis { internal static class Boxes { public static reado...
// 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; namespace Microsoft.CodeAnalysis { internal static class Boxes { public static reado...
-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/Debugging/DebugInformationReaderProvider.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.IO; using System.Reflection; using System.Reflection.Metadata; 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.IO; using System.Reflection; using System.Reflection.Metadata; 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/EditorFeatures/Core/SymbolSearch/SymbolSearchUpdateEngine.IOService.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.IO; namespace Microsoft.CodeAnalysis.SymbolSearc...
// 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.IO; namespace Microsoft.CodeAnalysis.SymbolSearc...
-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/CheckedStatementSyntax.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.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
// 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.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
-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/Symbol/SymbolsTests/WithStatementSymbolsTests.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.Runtime.CompilerServices Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports ...
' 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.Runtime.CompilerServices Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports ...
-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/Portable/Binding/Binder_SelectCase.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 System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Collections...
' 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 System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Collections...
-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/SourceGeneration/GeneratorDriverTests.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.IO; using System.L...
// 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.IO; using System.L...
-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/Watson/WatsonReporter.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/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/CastExpressionSyntaxExtensions.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.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.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. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.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/Workspaces/VisualBasic/Portable/CodeGeneration/AttributeGenerator.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 Imports Microsoft.CodeAnalysis.CodeGeneration Impo...
' 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 Imports Microsoft.CodeAnalysis.CodeGeneration Impo...
-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/FindSymbols/FindReferences/Finders/ExplicitInterfaceMethodReferenceFinder.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/Compilers/CSharp/Portable/Parser/DocumentationCommentParser.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 Roslyn.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 System; using System.Collections.Generic; using System.Diagnostics; using Roslyn.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/Compilers/Test/Resources/Core/SymbolsTests/ExplicitInterfaceImplementation/CSharpExplicitInterfaceImplementation.dll
MZ@ !L!This program cannot be run in DOS mode. $PEL(M!  + @@ @X+S@` ...
MZ@ !L!This program cannot be run in DOS mode. $PEL(M!  + @@ @X+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...
./docs/features/incremental-generators.md
# Incremental Generators ## Summary Incremental generators are intended to be a new API that exists alongside [source generators](generators.md) to allow users to specify generation strategies that can be applied in a high performance way by the hosting layer. ### High Level Design Goals - Allow for a finer grained...
# Incremental Generators ## Summary Incremental generators are intended to be a new API that exists alongside [source generators](generators.md) to allow users to specify generation strategies that can be applied in a high performance way by the hosting layer. ### High Level Design Goals - Allow for a finer grained...
-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/VisualBasic/Source/ExpressionCompiler/xlf/Resources.ko.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
-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/Scripting/LoadDirectiveCompletionProvider.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 Microsoft.CodeAnalysis.Completion; 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; using System.Composition; using System.Threading; using Microsoft.CodeAnalysis.Completion; 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/VisualStudio/Core/Def/EditorConfigSettings/Whitespace/View/ColumnDefnitions/WhitespaceCategoryColumnDefinition.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.ComponentModel.Composition; using System.Windows; 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.ComponentModel.Composition; using System.Windows; 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/Compilers/CSharp/Portable/UseSiteDiagnosticsCheckEnforcer/Run.bat
REM Licensed to the .NET Foundation under one or more agreements. REM The .NET Foundation licenses this file to you under the MIT license. REM See the LICENSE file in the project root for more information. @REM %1 - OutDir @REM %2 - TargetFileName @REM %3 - TargetPath @REM %4 - ProjectDir @REM %5 - ILDASMPath @REM...
REM Licensed to the .NET Foundation under one or more agreements. REM The .NET Foundation licenses this file to you under the MIT license. REM See the LICENSE file in the project root for more information. @REM %1 - OutDir @REM %2 - TargetFileName @REM %3 - TargetPath @REM %4 - ProjectDir @REM %5 - ILDASMPath @REM...
-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/SpecializedGenericNestedTypeInstanceReference.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 Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft...
// 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 Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft...
-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/Workspace/GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.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.Runtime.InteropServices; using System.Threa...
// 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.Runtime.InteropServices; using System.Threa...
-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/Symbol/SymbolsTests/Metadata/PE/LoadingFields.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.Runtime.CompilerServices Imports CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.Test.Uti...
' 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.Runtime.CompilerServices Imports CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.Test.Uti...
-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/Errors/LazyUnmanagedCallersOnlyMethodCalledDiagnosticInfo.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 System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; namespace Microsoft...
// 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 System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; namespace Microsoft...
-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/VisualBasicTest/Diagnostics/AddExplicitCast/AddExplicitCastTests_FixAllTests.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. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics.AddExplicitCast Partial Public Class Add...
' 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.Editor.VisualBasic.UnitTests.Diagnostics.AddExplicitCast Partial Public Class Add...
-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/Portable/Compilation/QuerySymbolInfo.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 Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBas...
' 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 Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBas...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Portable/Compiler/DocumentationCommentCompiler.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,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Portable/Symbols/Source/SourceOrdinaryMethodSymbol.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.Diagnostics; ...
// 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.Diagnostics; ...
1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationCommentCompilerTests.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,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Test/Symbol/DocumentationComments/PartialTypeDocumentationCommentTests.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.Symbols; 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.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest/QuickInfo/SemanticQuickInfoSourceTests.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 System.Security; 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. #nullable disable using System; using System.Linq; using System.Security; using System.Threading; using System.Thr...
1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/LanguageServer/ProtocolUnitTests/Definitions/GoToTypeDefinitionTests.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 System.Threading; using System.Threading.Tasks; using Roslyn.Test.Utili...
// 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 System.Threading; using System.Threading.Tasks; using Roslyn.Test.Utili...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/Remote/Core/ISolutionSynchronizationService.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.Remote { internal interface ISolutionAsset...
// 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.Remote { internal interface ISolutionAsset...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharp/BraceMatching/CSharpDirectiveTriviaBraceMatcher.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.ComponentModel.Composition; 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; using System.Collections.Generic; using System.ComponentModel.Composition; using S...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharp/DecompiledSource/CSharpDecompiledSourceFormattingRule.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.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Forma...
// 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.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Forma...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/NamingStyle.WordSpanEnumerable.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.Text; namespace Microsoft.CodeAnalysis.NamingStyles { internal...
// 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.Text; namespace Microsoft.CodeAnalysis.NamingStyles { internal...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/IEntryPointFinderService.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.Hos...
// 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.Hos...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeFunction.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.Linq; using System.Runtime.InteropServices; 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 disable using System.Collections.Immutable; using System.Linq; using System.Runtime.InteropServices; usi...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest/Diagnostics/Configuration/ConfigureSeverity/CategoryBasedSeverityConfigurationTests.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.Tasks; using Microsoft....
// 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.Tasks; using Microsoft....
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Server/VBCSCompilerTests/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; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
// 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.Concurrent; using System.Collections.Generic; using Syste...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/Core/GoToDefinition/AbstractGoToDefinitionService.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; using System.Linq; ...
// 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; using System.Linq; ...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Test/Emit/BreakingChanges.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.Symbols; 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.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Core/MSBuildTaskTests/MiscTests.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.Linq; using Microsoft.Build.Framework; using Microsoft.CodeAnalysis.BuildTasks; using Xu...
// 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.Linq; using Microsoft.Build.Framework; using Microsoft.CodeAnalysis.BuildTasks; using Xu...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/QuickInfo/QuickInfoSection.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.Linq; using System.Threading; namespace Microsoft.CodeAnalysis.Qu...
// 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.Threading; namespace Microsoft.CodeAnalysis.Qu...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/Core/Portable/PatternMatching/PatternMatcher.TextChunk.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.Shared.Collections; using Microsoft.CodeAnalysis.Shar...
// 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.Shared.Collections; using Microsoft.CodeAnalysis.Shar...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/Matcher.SequenceMatcher.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; namespace Microsoft.CodeAnalysis.Shared.Utilities { internal partial class 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. using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Shared.Utilities { internal partial class M...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Portable/Binder/WithLambdaParametersBinder.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.Diagnostics; 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.Diagnostics; using Microsoft.Code...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Tools/ExternalAccess/FSharp/DocumentHighlighting/IFSharpDocumentHighlightsService.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,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Core/Portable/Symbols/Attributes/IMemberNotNullAttributeTarget.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 Microsoft.CodeAnalysis.PooledObjects; namespace 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 System.Collections.Immutable; using Microsoft.CodeAnalysis.PooledObjects; namespace Micro...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/VisualStudio/Core/Impl/SolutionExplorer/DiagnosticItem/BaseDiagnosticAndGeneratorItemSource.DiagnosticDescriptorComparer.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.Globalization; using Microsoft.CodeAnalysis; namespac...
// 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.Globalization; using Microsoft.CodeAnalysis; namespac...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest2/Recommendations/ThrowKeywordRecommenderTests.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.Test.Utilities; using Roslyn.Test.Uti...
// 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.Test.Utilities; using Roslyn.Test.Uti...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/Helpers/Placeholders.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.Reflection; using System.Runtime.Versioning; [assembly: TargetFramew...
// 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.Reflection; using System.Runtime.Versioning; [assembly: TargetFramew...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/Common/Glyph.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 { internal enum Glyph { None, Assembly...
// 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 { internal enum Glyph { None, Assembly...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest/Completion/CompletionProviders/TypeImportCompletionProviderTests.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,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/RQName/Nodes/RQOutParameter.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.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { ...
// 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.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { ...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IPointerIndirectionReferenceOperation.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.Syntax; 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. #nullable disable using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; ...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarControllerFactoryService.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.Editor.Host;...
// 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.Editor.Host;...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/ExtractInterface/ExtractInterfaceOptionsResult.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; namespace Microsoft.CodeAnalysis.ExtractInterface { int...
// 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; namespace Microsoft.CodeAnalysis.ExtractInterface { int...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/CSharp/Test/Symbol/Symbols/CompilationCreationTests.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.IO; using System.Linq; 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. #nullable disable using System; using System.Collections.Immutable; using System.IO; using System.Linq; using Syst...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Core/Portable/DiagnosticAnalyzer/DiagnosticStartAnalysisScope.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.Concurrent; using System.Collections.Immutable; using System.Diagnostics.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.Collections.Concurrent; using System.Collections.Immutable; using System.Diagnostics.Cod...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Test/Perf/StackDepthTest/Program.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; using Microsoft.CodeAnalysis.CSharp; using System; using System.Ru...
// 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; using Microsoft.CodeAnalysis.CSharp; using System; using System.Ru...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Core/MSBuildTask/xlf/ErrorString.fr.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="fr" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="fr" or...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharp/BlockCommentEditing/CloseBlockCommentCommandHandler.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.Editor.Share...
// 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.Editor.Share...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest/CodeActions/MoveType/MoveTypeTests.RenameFile.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.Test.Utilities; using Roslyn.Test.Uti...
// 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.Test.Utilities; using Roslyn.Test.Uti...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/Test/Extensions/CollectionExtensionsTest.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 Microsoft.CodeAnalysis.Shared.Extensions; ...
// 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 Microsoft.CodeAnalysis.Shared.Extensions; ...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./docs/features/dynamic-analysis.work.md
Dynamic Analysis =============== This feature enables instrumentation of binaries to collect information for dynamic analysis. -------------------- TODO: - Generate code to compute MVIDs less often than once per invoked method. - Synthesize helper types to contain fields for analysis payloads so that methods of gen...
Dynamic Analysis =============== This feature enables instrumentation of binaries to collect information for dynamic analysis. -------------------- TODO: - Generate code to compute MVIDs less often than once per invoked method. - Synthesize helper types to contain fields for analysis payloads so that methods of gen...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/GenerateMember/GenerateEnumMember/AbstractGenerateEnumMemberService.State.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 System.Threading; using System.Threading.Tasks; 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. #nullable disable using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/VisualBasic/AutomaticCompletion/AutomaticLineEnderCommandHandler.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.ComponentModel.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementatio...
' 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.ComponentModel.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementatio...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Scripting/VisualBasicTest/PrintOptionsTests.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.Scripting.Hosting Imports Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests Imports Xu...
' 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.Scripting.Hosting Imports Microsoft.CodeAnalysis.Scripting.Hosting.UnitTests Imports Xu...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/Core/Portable/TemporaryStorage/TemporaryStorageServiceFactory.MemoryMappedInfo.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; using System.IO; using System.IO.MemoryMappedFiles; using System.Runtime; 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. using System; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Runtime; u...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/VisualStudio/Core/Def/Implementation/InheritanceMargin/MarginGlyph/InheritanceMarginContextMenu.xaml.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.Globalization; using System.Threading.Tasks; using System.Windows;...
// 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.Globalization; using System.Threading.Tasks; using System.Windows;...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/CSharpTest/Completion/ArgumentProviders/ContextVariableArgumentProviderTests.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.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Completion.Providers; 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. using System; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Completion.Providers; using Microso...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Server/VBCSCompilerTests/Properties/launchSettings.json
{ "profiles": { "xUnit.net Console (32-bit)": { "commandName": "Executable", "executablePath": "$(NuGetPackageRoot)xunit.runner.console\\$(XUnitVersion)\\tools\\net452\\xunit.console.x86.exe", "commandLineArgs": "$(TargetPath) -noshadow -verbose" }, "xUnit.net Console (64-bit)": { ...
{ "profiles": { "xUnit.net Console (32-bit)": { "commandName": "Executable", "executablePath": "$(NuGetPackageRoot)xunit.runner.console\\$(XUnitVersion)\\tools\\net452\\xunit.console.x86.exe", "commandLineArgs": "$(TargetPath) -noshadow -verbose" }, "xUnit.net Console (64-bit)": { ...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/CSharp/Portable/ReplaceDocCommentTextWithTag/CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.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.Composition; using System.Diagnostics.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.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnaly...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/EditorFeatures/Core/ModernCommands/SortImportsCommandArgs.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.CodeAnalysis; using Microsoft.VisualStudio.Text; using Microsoft.Visua...
// 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.CodeAnalysis; using Microsoft.VisualStudio.Text; using Microsoft.Visua...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/VisualStudio/CSharp/Impl/ProjectSystemShim/CSharpEntryPointFinderService.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.Composition; using Microsoft.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. #nullable disable using System; using System.Collections.Generic; using System.Composition; using Microsoft.CodeAn...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/Core/Portable/Workspace/Solution/DocumentState_TreeTextSource.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.Text; using R...
// 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.Text; using R...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Compilers/Core/Portable/Symbols/Attributes/IMarshalAsAttributeTarget.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.Text; namespace Microsoft.CodeAnalysis { internal 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 using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis { internal interface IM...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Features/Core/Portable/Completion/CompletionItem.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.ComponentModel; using System.Diag...
// 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.ComponentModel; using System.Diag...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/VisualBasicTest/Formatting/FormattingTests.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.Editor.UnitTests.CodeActions Imports Microsoft.CodeAnalysis.Formatting Imports Microsof...
' 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.Editor.UnitTests.CodeActions Imports Microsoft.CodeAnalysis.Formatting Imports Microsof...
-1
dotnet/roslyn
56,419
Fix partial method doc comments
Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
RikkiGibson
2021-09-15T20:47:39Z
2021-09-21T23:49:10Z
0f60b3e9446f5d0fc14a570998c81a5d6c40cc23
8cda7462843d43d9b72039eede2f4cb43126cac2
Fix partial method doc comments. Fixes #54103. The specific rule changes implemented in this PR are laid out in dotnet/csharplang#5193. Have added tests to ensure that the expected documentation is shown in Quick Info.
./src/Workspaces/Remote/Core/ExternalAccess/UnitTesting/Api/UnitTestingRemoteHostClient.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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; 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. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Micros...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Binder/Semantics/BestTypeInferrer.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; using System.Linq; ...
// 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; using System.Linq; ...
1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionsBase.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.Diagnostics; using System.Linq; 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. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Th...
1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/UserDefinedImplicitConversions.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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MethodTypeInference.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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Binder/UsingStatementBinder.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.Diagnostics; ...
// 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.Diagnostics; ...
1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Test/Semantic/Semantics/DelegateTypeTests.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.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; 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. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; usi...
1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/Test/InheritanceMargin/InheritanceMarginTests.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.Linq; 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. using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/ExpressionEvaluator/Core/Source/ResultProvider/Expansion/DebuggerTypeProxyExpansion.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.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluati...
// 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.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.Debugger.Evaluati...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/Test/RenameTracking/RenameTrackingTestState.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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/LinkedListExtensions.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; namespace Microsoft.CodeAnalysis.Shared.Extensions { internal static class L...
// 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; namespace Microsoft.CodeAnalysis.Shared.Extensions { internal static class L...
-1