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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/CSharpTest/Diagnostics/AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest.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.Editor.UnitTests; using Microsoft.CodeAnalysis.Editor.UnitTests.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Editor.UnitTests; using Microsoft.CodeAnalysis.Editor.UnitTests.Cod...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Impl/RoslynVisualStudioWorkspace.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.ComponentModel.Composition; using System.Diagnostics.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics.C...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/ExternalAccess/VSTypeScript/Api/VSTypeScriptDocumentNavigationServiceWrapper.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 Microsoft.CodeAnalysis.Navigation; using Microsoft.CodeAnalysis.Options...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Navigation; using Microsoft.CodeAnalysis.Options...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/CodeAnalysisTest/CommonParseOptionsTests.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 Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.UnitTests { publ...
// Licensed to the .NET Foundation under one or more 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 Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.UnitTests { publ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/CodeGeneration/Symbols/CodeGenerationPointerTypeSymbol.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.CodeGeneration { inter...
// Licensed to the .NET Foundation under one or more 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.CodeGeneration { inter...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Portable/Symbols/Source/SourceTypeParameterSymbol.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threadi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threadi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.CacheEntry.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.LanguageServices.Implementation.Interop; namespace 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 Microsoft.VisualStudio.LanguageServices.Implementation.Interop; namespace Microsoft.Visua...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Xaml/Impl/Features/Diagnostics/XamlDiagnosticReport.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; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.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. using System.Collections.Immutable; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Diagnostics { ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Remote/Core/GlobalNotificationRemoteDeliveryService.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/EventSymbolReferenceFinder.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.Linq; using System.Threading; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; us...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Portable/Symbols/Source/SourceNamespaceSymbol.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/CSharp/GoToDefinition/CSharpGoToSymbolService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Editor.GoToDefinition; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Editor.GoToDefinition; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/Editing/SyntaxEditor.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 System.Linq; using Ros...
// Licensed to the .NET Foundation under one or more 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 System.Linq; using Ros...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using 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. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsof...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Analyzers/Core/Analyzers/PopulateSwitch/AbstractPopulateSwitchExpressionDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Operations...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Operations...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/Portable/CodeAnalysisResourcesLocalizableErrorArgument.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.Globalization; using Roslyn.Utilities; namespace Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Globalization; using Roslyn.Utilities; namespace Microsoft.Co...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Portable/Syntax/SyntaxFacts.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.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis; 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis; u...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/Rewriters/LocalDeclarationRewriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.ExpressionEvaluator; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.ExpressionEvaluator; u...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Xaml/Impl/Features/AutoInsert/XamlAutoInsertResult.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.Text; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.AutoInsert { ...
// Licensed to the .NET Foundation under one or more 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.Text; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.AutoInsert { ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/VisualStudioDiagnosticsToolWindow/PkgCmdID.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 Roslyn.VisualStudio.DiagnosticsWindow { internal static class PkgCmdIDList { ...
// Licensed to the .NET Foundation under one or more 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 Roslyn.VisualStudio.DiagnosticsWindow { internal static class PkgCmdIDList { ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/Workspace/BackgroundParser.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.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. #nullable disable using System.Collections.Generic; using System.Linq; using System.Windows; 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. #nullable disable using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows....
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Portable/Lowering/ClosureConversion/ClosureKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { internal enum ClosureKind { /// <summa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { internal enum ClosureKind { /// <summa...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/CodeAnalysisTest/Collections/List/SegmentedList.Generic.Tests.ConvertAll.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. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Editing/GenerationOptions.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 Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.Options; ...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.Options; ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/MSBuild/MSBuild/VisualBasic/VisualBasicCommandLineArgumentReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.MSBuild; using Roslyn.Utilities; 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.Immutable; using Microsoft.CodeAnalysis.MSBuild; using Roslyn.Utilities; usi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/Portable/Emit/AsyncMoveNextBodyDebugInfo.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; namespace Microsoft.CodeAnalysis....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; namespace Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Tools/IdeCoreBenchmarks/SyntacticChangeRangeBenchmark.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.Threading; using BenchmarkDotNet.Attributes; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.IO; using System.Threading; using BenchmarkDotNet.Attributes; using M...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/Storage/SQLite/v2/SQLitePersistentStorage_FlushWrites.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.SQL...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.SQL...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Test/Syntax/Syntax/SyntaxNormalizerTests.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.Text; 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.Text; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/Core/EditorConfigSettings/Aggregator/SettingsAggregatorFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Host.Mef; ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/Test/Utilities/AsyncLazyTests.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.Threading; using System.Threading.Tasks; 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/Core/Implementation/Diagnostics/AbstractDiagnosticsTaggerProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Runtime.CompilerServices; 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. using System; using System.Collections.Immutable; using System.Linq; using System.Runtime.CompilerServices; using S...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Def/Implementation/TaskList/ProjectExternalErrorReporter.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/CSharp/Portable/Classification/SyntaxClassification/CSharpSyntaxClassificationService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Threading; using Microsoft.CodeAnalysis.Classificati...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Threading; using Microsoft.CodeAnalysis.Classificati...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Def/Interactive/AbstractResetInteractiveCommand.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 EnvDTE; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.Lang...
// Licensed to the .NET Foundation under one or more 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 EnvDTE; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.Lang...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/SymbolKey/SymbolKey.PropertySymbolKey.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis { internal partial struct SymbolKey { private static class Propert...
// Licensed to the .NET Foundation under one or more 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 { internal partial struct SymbolKey { private static class Propert...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/CSharp/Portable/ExtractMethod/CSharpMethodExtractor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using System.Thread...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using System.Thread...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/CSharpTest/RefactoringHelpers/RefactoringHelpersTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Syntax; 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.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAn...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Rules/NextAlignTokensOperationAction.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 Roslyn.Utilities; 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.Collections.Generic; using System.Collections.Immutable; using Roslyn.Utilities; namespace Microsoft....
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Test/Core/Assert/EqualityTesting.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 Xunit; namespace Microsoft.CodeAnalysis.Test.Utilities { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Xunit; namespace Microsoft.CodeAnalysis.Test.Utilities { /// <summary> ...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Analyzers/CSharp/Tests/RemoveUnusedParametersAndValues/RemoveUnusedParametersTests.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.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using M...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/TestUtilities/Squiggles/SquiggleUtilities.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,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Test/Semantic/Semantics/LocalFunctionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/SymbolKey/SymbolKey.FunctionPointerTypeSymbolKey.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.Reflection.Metadata; namespace Microsoft.CodeAnalysis { intern...
// Licensed to the .NET Foundation under one or more 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.Reflection.Metadata; namespace Microsoft.CodeAnalysis { intern...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/Core/ExternalAccess/VSTypeScript/VSTypeScriptFindUsagesService.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.Composition; using System.Threading; using System.Thre...
// Licensed to the .NET Foundation under one or more 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.Composition; using System.Threading; using System.Thre...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/Shared/Extensions/ProjectExtensions.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.Linq; using Microsoft.CodeAnalysis.Options; namespace 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.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis.Options; namespace Microso...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Def/Implementation/Preview/ReferenceChange.AnalyzerReferenceChange.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.Diagnostics; namespace Microsoft.Vis...
// Licensed to the .NET Foundation under one or more 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.Diagnostics; namespace Microsoft.Vis...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Scripting/VisualBasic/xlf/VBScriptingResources.de.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="de" 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="de" or...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/CodeStyle/VisualBasic/CodeFixes/xlf/VBCodeStyleFixesResources.tr.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="tr" 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="tr" or...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/XunitHook/XunitDisposeHook.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; usin...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/CSharp/Impl/Options/AutomationObject/AutomationObject.OnOff.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.Editor.Shared.Options; namespace Microsoft.VisualStudio.LanguageServices.CSharp.Optio...
// Licensed to the .NET Foundation under one or more 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.Editor.Shared.Options; namespace Microsoft.VisualStudio.LanguageServices.CSharp.Optio...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/VisualBasic/Portable/Syntax/InternalSyntax/SyntaxNodeFactories.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. '----------------------------------------------------------------------------------------------------------- ' Contain...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. '----------------------------------------------------------------------------------------------------------- ' Contain...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ImportDebugInfoTests.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.Reflection Imports System.Runtime.InteropServices 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 System.Collections.Immutable Imports System.Reflection Imports System.Runtime.InteropServices Imports Microsof...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/MSBuildTest/Resources/SolutionFiles/InvalidProjectPath.sln
 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpProject", "http://localhost/CSharpProject/CSharpProject.csproj", "{686DD036-86AA-443E-8A10-DDB43266A8C4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSo...
 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpProject", "http://localhost/CSharpProject/CSharpProject.csproj", "{686DD036-86AA-443E-8A10-DDB43266A8C4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSo...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/VisualBasic/Test/Syntax/Syntax/SeparatedSyntaxListTests.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 Imports System.Collections.Generic Imports System.Linq Imports Microsoft.CodeAnalysis.Text Imports 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. Imports System Imports System.Collections.Generic Imports System.Linq Imports Microsoft.CodeAnalysis.Text Imports Micr...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Core/Portable/Options/IOptionPersister.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Options { /// <summary> /// Exportable by a host to specify the save and 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. namespace Microsoft.CodeAnalysis.Options { /// <summary> /// Exportable by a host to specify the save and r...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/UnifiedSuggestions/UnifiedSuggestedActionSetComparer.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.Text; namespace Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using Microsoft.CodeAnalysis.Text; namespace Mi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.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.IO Imports System.Reflection.Metadata Imports System.Reflection.Metadata.Ecma335 Imports System.Reflect...
' Licensed to the .NET Foundation under one or more 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.IO Imports System.Reflection.Metadata Imports System.Reflection.Metadata.Ecma335 Imports System.Reflect...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/Portable/Symbols/ISourceAssemblySymbolInternal.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.Reflection; namespace Microsoft.CodeAnalysis.Symbols { internal interface ISourceAssemblySymbolIn...
// Licensed to the .NET Foundation under one or more 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.Reflection; namespace Microsoft.CodeAnalysis.Symbols { internal interface ISourceAssemblySymbolIn...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/AbstractObjectBrowserLibraryManager_ListItems.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; using 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.Immutable; using System.Threading; using Microsoft.CodeAn...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Impl/CodeModel/InternalElements/CodeProperty.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.Runtime.InteropServices; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Runtime.InteropServices; using Mi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Impl/CodeModel/FileCodeModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; 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; using System.Collections.Generic; using System.Diagnostics; using System.Linq; usi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Portable/Utilities/ValueSetFactory.BoolValueSetFactory.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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp { usin...
// Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CSharp { usin...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Analyzers/VisualBasic/CodeFixes/xlf/VisualBasicCodeFixesResources.zh-Hant.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="zh-Han...
<?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="zh-Han...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/Remote/Core/BrokeredServiceConnection.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO.Pipelines; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO.Pipelines; using System...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Analyzers/Core/CodeFixes/UseConditionalExpression/UseConditionalExpressionHelpers.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.Editing; using Microsoft.CodeAnalysis.LanguageServices; using static Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Editing; using Microsoft.CodeAnalysis.LanguageServices; using static Microsoft.CodeAna...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Server/VBCSCompiler/ServerDispatcher.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; using System.IO; using System.IO.Pipes; 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.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Pipes; u...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/AddImport/SymbolReferenceFinder.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; using System.Collections.Concurrent; using System.Collec...
// Licensed to the .NET Foundation under one or more 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; using System.Collections.Concurrent; using System.Collec...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Test/Semantic/Semantics/PatternMatchingTests2.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Text; 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. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Text; using Micr...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Workspace/Mef/FileExtensionsMetadata.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 Roslyn.Utilities; namespace Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using Roslyn.Utilities; namespace Microsoft.Cod...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/Portable/FileSystem/RelativePathResolver.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 #pragma warning disable 436 // The type 'RelativePathResolver' conflicts with imported type 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 #pragma warning disable 436 // The type 'RelativePathResolver' conflicts with imported type usi...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Analyzers/CSharp/Tests/FileHeaders/FileHeaderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Microsoft.CodeAna...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.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.Recommendations.Statements Public Class EachKeywordR...
' Licensed to the .NET Foundation under one or more 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.Recommendations.Statements Public Class EachKeywordR...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/Core/Portable/Completion/Providers/SymbolMatchPriority.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. #pragma warning disable CA1802 // Use literals where appropriate - if any of these are used by an assembly that has...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma warning disable CA1802 // Use literals where appropriate - if any of these are used by an assembly that has...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/CSharp/Portable/Structure/Providers/IndexerDeclarationStructureProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Shared.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. using System.Threading; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Shared.Collections...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Test/Syntax/Parsing/PatternParsingTests2.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.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; 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 Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; using...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.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="zh-Han...
<?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="zh-Han...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/VisualStudio/Core/Def/EditorConfigSettings/Whitespace/ViewModel/WhitespaceViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Editor.EditorConfigSettings.Data; using Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Microsoft.CodeAnalysis.Editor.EditorConfigSettings.Data; using Microsoft.Co...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/Core/Portable/Syntax/SyntaxNodeLocationComparer.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 { internal class SyntaxNodeLocationComparer...
// Licensed to the .NET Foundation under one or more 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 { internal class SyntaxNodeLocationComparer...
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Features/VisualBasic/Portable/ChangeSignature/UnifiedArgumentSyntax.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.ChangeSignature Imports Microsoft.CodeAnalysis.VisualBasic.Syntax 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. Imports Microsoft.CodeAnalysis.ChangeSignature Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft....
-1
dotnet/roslyn
56,333
Add support for all parenthesized binary additions of interpolated strings
Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
333fred
2021-09-11T00:35:39Z
2021-09-22T20:48:32Z
1c562662d3da5749587a9f4547fd6353a1d77ca4
b071cda7f8b3fc8da2ead93c851c64a1a20d35a6
Add support for all parenthesized binary additions of interpolated strings. Implements the decision from https://github.com/dotnet/csharplang/issues/5106. Test plan at https://github.com/dotnet/roslyn/issues/51499.
./src/Compilers/CSharp/Test/Symbol/Symbols/ImplicitClassTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/EditorFeatures/Core/Implementation/Classification/SemanticClassificationUtilities.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.Threading; using System.Threading.T...
// Licensed to the .NET Foundation under one or more 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.Threading; using System.Threading.T...
1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Workspaces/Core/Portable/Classification/ISemanticClassificationCacheService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Threading; using System.Th...
1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Workspaces/Remote/ServiceHub/Services/SemanticClassificationCache/RemoteSemanticClassificationCacheService.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.Generic; using System.Collections.Immut...
// Licensed to the .NET Foundation under one or more 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,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Workspaces/Core/Portable/DesignerAttribute/DesignerAttributeHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using M...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Compilers/CSharp/Portable/Symbols/Source/SourceOrdinaryMethodSymbolBase.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.Globalization; 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.Diagnostics; using System.Globalization; using ...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/EditorFeatures/Core.Wpf/Interactive/InteractiveEvaluatorResetOptions.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 InteractiveHost::Microsoft.CodeAnalysis.Interactive; namespace Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. extern alias InteractiveHost; using InteractiveHost::Microsoft.CodeAnalysis.Interactive; namespace Microsoft.CodeA...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.SymbolDescriptionBuilder.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.Threading; using System.Thre...
// Licensed to the .NET Foundation under one or more 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.Threading; using System.Thre...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmVendorId.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/VisualStudio/Core/Impl/CodeModel/Collections/AttributeArgumentCollection.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.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Mic...
// Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Mic...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Extensions/DirectiveSyntaxExtensions.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.Runtime.CompilerServices; using Sys...
// Licensed to the .NET Foundation under one or more 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.Runtime.CompilerServices; using Sys...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Features/Core/Portable/CodeCleanup/ICodeCleanupService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/VisualStudio/IntegrationTest/TestUtilities/TemporaryTextFile.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.IO; namespace Microsoft.VisualStudio.IntegrationTest.Utilities { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; namespace Microsoft.VisualStudio.IntegrationTest.Utilities { /// <summary> ...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Compilers/CSharp/Portable/Binder/ConstantFieldsInProgressBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { /// <summary> /// This binder keeps track of t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp { /// <summary> /// This binder keeps track of t...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Compilers/CSharp/Test/Symbol/Symbols/ConversionTests.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,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Compilers/CSharp/Test/Semantic/Semantics/UseSiteErrorTests.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,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/Workspaces/CSharp/Portable/ExternalAccess/Pythia/Api/PythiaSyntaxExtensions.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 Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,310
Move semantic classification caching down to Editor layer
CyrusNajmabadi
2021-09-09T23:15:16Z
2021-09-10T19:26:25Z
6e123012d868c56aba8acabfe1ccad1bf8f20b04
7af13b6e3867198cd59c566a905b332888ea1dec
Move semantic classification caching down to Editor layer.
./src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/VisualStudioWorkspace_OutOfProc.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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Completion; using Microsoft.CodeAnalysis.H...
// Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Completion; using Microsoft.CodeAnalysis.H...
-1