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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Scripting/VisualBasicTest.Desktop/InteractiveSessionTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Scripting.Test
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Roslyn.Test.Utilities... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Scripting.Test
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Roslyn.Test.Utilities... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Analyzers/Core/CodeFixes/AddAccessibilityModifiers/AddAccessibilityModifiersHelpers.cs | // Licensed to the .NET Foundation under one or more 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.Editing;
using Microsoft.CodeAnalysis.Shared.Extensions;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using Microsoft.CodeAnalysis.Editing;
using Microsoft.CodeAnalysis.Shared.Extensions;
using... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs | // Licensed to the .NET Foundation under one or more 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.IO;
using System.Linq;
using System.Security;
using Sy... | // Licensed to the .NET Foundation under one or more 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.IO;
using System.Linq;
using System.Security;
using Sy... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Def/Implementation/TableDataSource/MiscTodoListTableControlEventProcessorProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor;
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.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor;
usin... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/CompilationUnitSyntaxExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Mi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis;
using Mi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/Core/Portable/Syntax/InternalSyntax/SyntaxDiagnosticInfoList.cs | // Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax
{
// Avoid implem... | // Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax
{
// Avoid implem... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Portable/Syntax/QualifiedNameSyntax.cs | // Licensed to the .NET Foundation under one or more 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.ComponentModel;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Synta... | // Licensed to the .NET Foundation under one or more 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.ComponentModel;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Synta... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.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.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions
Imports 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.
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions
Imports Micros... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasic/LineCommit/CommitViewManager.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading
Imports Microsoft.VisualStudio.Text
Imports Microsoft.VisualStudio.Text.Editor
Imports 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.
Imports System.Threading
Imports Microsoft.VisualStudio.Text
Imports Microsoft.VisualStudio.Text.Editor
Imports Micros... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Test2/Rename/CSharp/ImplicitReferenceConflictTests.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.Remote.Testing
Imports Microsoft.CodeAnalysis.Rename.ConflictEngine
Namespace Microsof... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Remote.Testing
Imports Microsoft.CodeAnalysis.Rename.ConflictEngine
Namespace Microsof... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/Classification/SyntaxClassification/AbstractSyntaxClassifier.cs | // Licensed to the .NET Foundation under one or more 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.PooledObject... | // Licensed to the .NET Foundation under one or more 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.PooledObject... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/VisualBasic/Impl/Options/IntelliSenseOptionPage.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.Runtime.InteropServices
Imports Microsoft.VisualStudio.LanguageServices.Implementation.O... | ' Licensed to the .NET Foundation under one or more 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.Runtime.InteropServices
Imports Microsoft.VisualStudio.LanguageServices.Implementation.O... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Test/CodeModel/CSharp/ExternalCodePropertyTests.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
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace ... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace ... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Test2/Simplification/SimplifierAPITests.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.CSharp
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.Tex... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.CSharp
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.Tex... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Def/Progression/GraphNodeCreation.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/OptionGroup.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Microsoft.CodeAnalysis.Options
{
/// <summary>
/// Group/sub-feature associated wi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace Microsoft.CodeAnalysis.Options
{
/// <summary>
/// Group/sub-feature associated wi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/SolutionCrawler/InvocationReasons.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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;
using System.Collections.Generic;
using System.Collections.Immutable;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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;
using System.Collections.Generic;
using System.Collections.Immutable;
... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicKeywordHighlighting.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/Workspace/Solution/ProjectDependencyGraph_RemoveProject.cs | // Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis
{
public partial ... | // Licensed to the .NET Foundation under one or more 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis
{
public partial ... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/CSharp/Portable/ConvertLinq/ConvertForEachToLinqQuery/AbstractConverter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 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.Collections.Generic;
using System.Linq;
using System.Threading;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/VisualBasic/Portable/CodeGeneration/NamedTypeGenerator.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microsoft.CodeAnalysis.CodeGeneration.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.
Imports System.Threading
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microsoft.CodeAnalysis.CodeGeneration.C... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/CSharp/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Diagnostics;
using System.Linq;
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.Generic;
using System.Diagnostics;
using System.Linq;
using System.Thre... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/Core/Portable/Diagnostics/DiagnosticAnalyzerService_BuildSynchronization.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Portable/Symbols/Source/LocalFunctionSymbol.cs | // Licensed to the .NET Foundation under one or more 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.Diagnostics;
using System.Threading;
using Microsoft.Cci;
using Mi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
using Microsoft.Cci;
using Mi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/Symbols/Source/LambdaSymbol.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Threading
Imports 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 System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/Symbols/SymbolVisitor`1.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.VisualBasic.Symbols
Namespace Microsoft.CodeAnalysis.VisualBasic
Friend MustInher... | ' Licensed to the .NET Foundation under one or more 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.VisualBasic.Symbols
Namespace Microsoft.CodeAnalysis.VisualBasic
Friend MustInher... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/CodeStyle/Core/CodeFixes/FormattingCodeFixProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/VisualBasic/Portable/GenerateConstructor/GenerateConstructorCodeFixProvider.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.Composition
Imports System.Diagnostics.CodeAnalysis
Imports 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.
Imports System.Collections.Immutable
Imports System.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/CodeFixes/FixAllContextHelper.cs | // Licensed to the .NET Foundation under one or more 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.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/Emit/NoPia/EmbeddedParameter.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Import... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Import... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Test2/Rename/InlineRenameTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Im... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Im... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpLocalAndMethod.cs | // Licensed to the .NET Foundation under one or more 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.ObjectModel;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.S... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.S... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Semantic/Semantics/RecordTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Tools/ExternalAccess/FSharp/SignatureHelp/FSharpSignatureHelpParameter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Tools/ExternalAccess/Razor/IRazorDocumentPropertiesService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable annotations
namespace Microsoft.CodeAnalysis.ExternalAccess.Razor
{
internal interface IRazorD... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable annotations
namespace Microsoft.CodeAnalysis.ExternalAccess.Razor
{
internal interface IRazorD... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Core.Cocoa/NavigationCommandHandlers/FindBaseSymbolsCommandHandler.cs | // Licensed to the .NET Foundation under one or more 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.Threading.Tas... | // Licensed to the .NET Foundation under one or more 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.Threading.Tas... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/CSharp/Portable/Simplification/Reducers/CSharpMiscellaneousReducer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CodeStyle;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.CodeStyle;... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Utilities/ImportsStatementComparer.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.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.Utilities
Friend 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.
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.Utilities
Friend C... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Symbol/Symbols/ModuleInitializers/IgnoredTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Symbols.Metadat... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Symbols.Metadat... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Rewriters/CapturedVariableRewriter.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnaly... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnaly... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/Scanner/Scanner.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.
'-----------------------------------------------------------------------------
' Contains the definition of the Scanne... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
'-----------------------------------------------------------------------------
' Contains the definition of the Scanne... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Test/Emit/PDB/PDBSyncLockTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBas... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBas... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Impl/CodeModel/InternalElements/AbstractKeyedCodeElement.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Diagnostics;
using System.Threading;
using Microsoft.CodeAnalysis;
us... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Diagnostics;
using System.Threading;
using Microsoft.CodeAnalysis;
us... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasicTest/AddAnonymousTypeMemberName/AddAnonymousTypeMemberNameTests.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.CodeFixes
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Edi... | ' Licensed to the .NET Foundation under one or more 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.CodeFixes
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Edi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasicTest/SignatureHelp/ConditionalExpressionSignatureHelpProviderTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp
Imports Microsoft.CodeAnalysis.VisualBasic.SignatureHelp... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp
Imports Microsoft.CodeAnalysis.VisualBasic.SignatureHelp... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/Core/Portable/Symbols/SymbolVisitor`1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis
{
public abstract class SymbolVisitor<TResult>
{
public virtual TR... | // Licensed to the .NET Foundation under one or more 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
{
public abstract class SymbolVisitor<TResult>
{
public virtual TR... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Syntax/Parsing/StatementAttributeParsingTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Test.Utilities;
using Xunit;
using Xunit.Abstractions;
namespace 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.Test.Utilities;
using Xunit;
using Xunit.Abstractions;
namespace M... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Xaml/Impl/Diagnostics/XamlDiagnosticIds.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Editor.Xaml.Diagnostics
{
internal static class XamlDiagnos... | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Editor.Xaml.Diagnostics
{
internal static class XamlDiagnos... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Symbol/Symbols/SymbolErrorTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpErrorListNetCore.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.Visua... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.Visua... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/CSharpTest/InvertIf/InvertIfTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Collections/NormalizedTextSpanCollection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
usi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Portable/Symbols/AliasSymbol.cs | // Licensed to the .NET Foundation under one or more 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.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.L... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.L... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/DocumentationComments/PEDocumenationCommentUtils.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.Globalization
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports 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.
Imports System.Globalization
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.ActiveFileState.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Diagnostics.EngineV2
{
internal partial class Diagnos... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Diagnostics.EngineV2
{
internal partial class Diagnos... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/MemberInfo/TypeImpl.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Globaliza... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Globaliza... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Tools/BuildValidator/xlf/BuildValidatorResources.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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/CSharp/Portable/Completion/KeywordRecommenders/ByteKeywordRecommender.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Extensions;
using Microsoft.CodeAnal... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Extensions;
using Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/Core/Portable/Structure/Syntax/AbstractSyntaxStructureProvider.cs | // Licensed to the .NET Foundation under one or more 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.Shared.Collections;
namespace Microsoft.CodeAnalysis.Structur... | // Licensed to the .NET Foundation under one or more 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.Shared.Collections;
namespace Microsoft.CodeAnalysis.Structur... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting
Namespace Microsoft.CodeAnalysis.Editor.VisualB... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting
Namespace Microsoft.CodeAnalysis.Editor.VisualB... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_DateAndTime.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.Globalization
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
<[UseExportProvider]>... | ' Licensed to the .NET Foundation under one or more 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.Globalization
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
<[UseExportProvider]>... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/VisualBasic/Portable/EditAndContinue/SyntaxComparer.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.Differencing
Imports Microsoft.CodeAnalysis.Visual... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.Differencing
Imports Microsoft.CodeAnalysis.Visual... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/Core/Portable/SourceGeneration/Nodes/DriverStateTable.cs | // Licensed to the .NET Foundation under one or more 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Core/ReferenceHighlighting/ReferenceHighlightingViewTaggerProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/Shared/Utilities/IOUtilities.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Security;
using System.Threading.Tasks;
namespace 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.Security;
using System.Threading.Tasks;
namespace M... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/Core/Portable/InternalUtilities/OrderedMultiDictionary.cs | // Licensed to the .NET Foundation under one or more 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;
using System.Collections.Generic;
namespace Roslyn.Utilities
{
// Note that this is ... | // Licensed to the .NET Foundation under one or more 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;
using System.Collections.Generic;
namespace Roslyn.Utilities
{
// Note that this is ... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenCtorInitializers.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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports 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.
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/VisualBasicTest/ReplaceDocCommentTextWithTag/ReplaceDocCommentTextWithTagTests.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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact... | ' Licensed to the .NET Foundation under one or more 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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/BoundTree/BoundObjectCreationExpressionBase.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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports 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.
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/WinMdEventTest.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.Linq
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Test.Utiliti... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Linq
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Test.Utiliti... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Portable/BoundTree/BoundNullCoalescingOperatorResultKind.cs | // Licensed to the .NET Foundation under one or more 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.CSharp
{
/// <summary>
/// Represents the operand type used for the result... | // Licensed to the .NET Foundation under one or more 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.CSharp
{
/// <summary>
/// Represents the operand type used for the result... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Semantic/Semantics/MemberResolutionResultTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 System;
using System.Collections.Generic;
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 Microsoft.CodeAnalysis.CSharp.Symbols;
using System;
using System.Collections.Generic;
usi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/Core/Portable/Diagnostic/MetadataLocation.cs | // Licensed to the .NET Foundation under one or more 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 Microsoft.CodeAnalysis.Symbols;
using Roslyn.Utilities;
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.
using System;
using System.Diagnostics;
using Microsoft.CodeAnalysis.Symbols;
using Roslyn.Utilities;
namespace Mi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Services/Precedence/IPrecedenceService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Precedence
{
internal interface IPrecedenceService
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Precedence
{
internal interface IPrecedenceService
{
... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/RegionDirectiveStructureTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Structure;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Structure;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/Core/Portable/CodeRefactorings/SyncNamespace/AbstractSyncNamespaceCodeRefactoringProvider.State.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Impl/SolutionExplorer/SourceGeneratedFileItems/SourceGeneratedFileItem.BrowseObject.cs | // Licensed to the .NET Foundation under one or more 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.VisualStudio.LanguageServices.Implementation.SolutionExplorer
{
internal sealed partial cla... | // Licensed to the .NET Foundation under one or more 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.VisualStudio.LanguageServices.Implementation.SolutionExplorer
{
internal sealed partial cla... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpKeywordHighlighting.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 Microsoft.CodeAnalys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Collections.Immutable;
using Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Tools/ExternalAccess/OmniSharp/Structure/OmniSharpBlockStructureOptions.cs | // Licensed to the .NET Foundation under one or more 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.Text;
using Microsoft.CodeAnalysis.Options;
using Micr... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.CodeAnalysis.Options;
using Micr... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/CSharp/Portable/ConvertForToForEach/CSharpConvertForToForEachCodeRefactoringProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
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.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using M... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/CSharp/Portable/Completion/CompletionProviders/TupleNameCompletionProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Linq;
u... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Linq;
u... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/Workspace/Host/Mef/ExportDynamicFileInfoProviderAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Composition;
namespace Microsoft.C... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Composition;
namespace Microsoft.C... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/VisualBasic/Portable/Symbols/Wrapped/WrappedPropertySymbol.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.Globalization
Imports System.Threading
Imports Microsoft.Cci
Name... | ' Licensed to the .NET Foundation under one or more 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.Globalization
Imports System.Threading
Imports Microsoft.Cci
Name... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Test/SolutionExplorer/AnalyzersFolderProviderTests.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.ObjectModel
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.Internal.Visual... | ' Licensed to the .NET Foundation under one or more 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.ObjectModel
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.Internal.Visual... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Portable/Symbols/AnonymousTypes/AnonymousTypeManager.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 Microsoft.CodeAnalysis.Symbo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 Microsoft.CodeAnalysis.Symbo... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.CodeTypeRefData.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.VisualStudio.LanguageServices.UnitTests.CodeModel
Partial Public MustInherit Class AbstractCod... | ' Licensed to the .NET Foundation under one or more 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.VisualStudio.LanguageServices.UnitTests.CodeModel
Partial Public MustInherit Class AbstractCod... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/EditorFeatures/Core/FindUsages/AbstractFindUsagesService.ProgressAdapter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
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.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Mi... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Compilers/CSharp/Test/Emit/Emit/CompilationEmitTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Workspaces/Core/Portable/Workspace/Host/TemporaryStorage/ISupportDirectMemoryAccess.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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;
namespace Microsoft.CodeAnalysis.Host
{
/// <summary>
/// support direct ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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;
namespace Microsoft.CodeAnalysis.Host
{
/// <summary>
/// support direct ... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Dependencies/Collections/Internal/IEnumerableCalls`1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace Microsoft.CodeAnalysis.Collections.Internal
{
/// <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.Collections.Generic;
namespace Microsoft.CodeAnalysis.Collections.Internal
{
/// <summary>
//... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./docs/compilers/API Notes/4-15-20.md | ## API Review Notes for April 15th, 2020
### Changes reviewed
Starting commit: `c827247a767c0c434dcb77496038b163b9e011da`
Ending Commit: `3375a7b209d1f590940af043e9e39f2cbb503845`
### Notes
#### Everything but Source Generators:
* `Project.RemoveDocuments`: Everything else in this type uses `IEnumerable<T>`, not `... | ## API Review Notes for April 15th, 2020
### Changes reviewed
Starting commit: `c827247a767c0c434dcb77496038b163b9e011da`
Ending Commit: `3375a7b209d1f590940af043e9e39f2cbb503845`
### Notes
#### Everything but Source Generators:
* `Project.RemoveDocuments`: Everything else in this type uses `IEnumerable<T>`, not `... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs | // Licensed to the .NET Foundation under one or more 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.LanguageServices;
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;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.Co... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Tools/ExternalAccess/OmniSharpTest/Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.UnitTests.csproj | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</... | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</... | -1 |
dotnet/roslyn | 56,222 | Filter the directive trivia when code generation service try to reuse the syntax | Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its existing node (which include the leading directive), and add it to the base class.
... | Cosifne | 2021-09-07T20:14:41Z | 2021-09-27T16:54:56Z | c3f5bda38933dcb91eeedceb0d4a9dda4a4d49f3 | 07efa604675d82017aa6fd50b3236ab12ccec6eb | Filter the directive trivia when code generation service try to reuse the syntax. Fix https://github.com/dotnet/roslyn/issues/51531
The root cause for this problem is the the directive trivia is a part of the member's syntax node.
When the member pulled up to a class, the code generation service try to find its exi... | ./src/Scripting/CoreTestUtilities/TestCSharpObjectFormatter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Globalization;
using Microsoft.CodeAnalysis.CSharp.Scripting.Hosting;... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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.Globalization;
using Microsoft.CodeAnalysis.CSharp.Scripting.Hosting;... | -1 |
dotnet/roslyn | 56,218 | Eliminate 75GB allocations during binding in a performance trace | Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013) | sharwell | 2021-09-07T16:51:03Z | 2021-09-09T22:25:38Z | e3e8c6e5196d73d1b7582d40a3c48a22c68e6441 | ba2203796b7906d6f53b53bc6fa93f1708e11944 | Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/... | ./src/Compilers/CSharp/Portable/Compilation/CSharpCompilation.cs | // Licensed to the .NET Foundation under one or more 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;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immut... | 1 |
dotnet/roslyn | 56,218 | Eliminate 75GB allocations during binding in a performance trace | Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013) | sharwell | 2021-09-07T16:51:03Z | 2021-09-09T22:25:38Z | e3e8c6e5196d73d1b7582d40a3c48a22c68e6441 | ba2203796b7906d6f53b53bc6fa93f1708e11944 | Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/... | ./src/Compilers/CSharp/Portable/Symbols/NamespaceOrTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
... | 1 |
dotnet/roslyn | 56,218 | Eliminate 75GB allocations during binding in a performance trace | Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013) | sharwell | 2021-09-07T16:51:03Z | 2021-09-09T22:25:38Z | e3e8c6e5196d73d1b7582d40a3c48a22c68e6441 | ba2203796b7906d6f53b53bc6fa93f1708e11944 | Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/... | ./src/Compilers/CSharp/Portable/Symbols/Source/SourceMemberContainerSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using... | 1 |
dotnet/roslyn | 56,218 | Eliminate 75GB allocations during binding in a performance trace | Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013) | sharwell | 2021-09-07T16:51:03Z | 2021-09-09T22:25:38Z | e3e8c6e5196d73d1b7582d40a3c48a22c68e6441 | ba2203796b7906d6f53b53bc6fa93f1708e11944 | Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/... | ./src/Compilers/Core/Portable/Compilation/Compilation.cs | // Licensed to the .NET Foundation under one or more 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;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immut... | 1 |
dotnet/roslyn | 56,218 | Eliminate 75GB allocations during binding in a performance trace | Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013) | sharwell | 2021-09-07T16:51:03Z | 2021-09-09T22:25:38Z | e3e8c6e5196d73d1b7582d40a3c48a22c68e6441 | ba2203796b7906d6f53b53bc6fa93f1708e11944 | Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013).
Fixes [AB#1389013](https://devdiv.visualstudio.com/... | ./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;
using System.Diagnostics;
using Microsoft.CodeAnalysis.Text;
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;
namespace Microsoft.CodeAnalysis
{
internal class SyntaxNodeLocationComparer... | 1 |