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,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Features/LanguageServer/Protocol/Handler/Definitions/GoToTypeDefinitionHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeA... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeA... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/VisualStudio/Core/Def/EditorConfigSettings/SettingsEditorFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Linq;
using System.Runtime.InteropServices;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Linq;
using System.Runtime.InteropServices;
usi... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/EditorFeatures/CSharpTest2/Recommendations/BaseKeywordRecommenderTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsof... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Microsof... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/Extensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.LanguageServices.I... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.LanguageServices.I... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./docs/compilers/API Notes/10-29-19.md | ## API Review Notes for September 30th, 2019
### Changes reviewed
Starting commit: `38c90f8401f9e3ee5fb7c82aac36f6b85fdda979`
Ending Commit: `b8a5611e3db4f7ac3b5e1404b129304b5baf843e`
### Notes
IVariableDeclarationOperation:
- What does scripting do for using local declarations in IOperation?
VariableDeclarationK... | ## API Review Notes for September 30th, 2019
### Changes reviewed
Starting commit: `38c90f8401f9e3ee5fb7c82aac36f6b85fdda979`
Ending Commit: `b8a5611e3db4f7ac3b5e1404b129304b5baf843e`
### Notes
IVariableDeclarationOperation:
- What does scripting do for using local declarations in IOperation?
VariableDeclarationK... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindowPackage.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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;
using System.ComponentModel.Design;
using System.Runt... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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;
using System.ComponentModel.Design;
using System.Runt... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/EditorFeatures/Test/Extensions/SetExtensionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Text;
using 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.
#nullable disable
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Test.Utilities... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Compilers/CSharp/Portable/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,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Interactive/Host/xlf/InteractiveHostResources.es.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="es" 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="es" or... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Compilers/Test/Utilities/VisualBasic/TestOptions.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Visu... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Visu... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedGlobalMethodBase.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.Text
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.Text
Import... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Features/Core/Portable/Completion/Providers/Scripting/AbstractDirectivePathCompletionProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Micro... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Micro... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Features/CSharp/Portable/UseExpressionBodyForLambda/UseExpressionBodyForLambdaCodeStyleProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
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;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Linq... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Workspaces/Core/Portable/EmbeddedLanguages/LanguageServices/FallbackSyntaxClassifier.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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 Microsoft.CodeAnalysis.Classif... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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 Microsoft.CodeAnalysis.Classif... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Compilers/VisualBasic/Portable/Scanner/QuickTokenAccumulator.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 quick token accumulator.
'--... | ' Licensed to the .NET Foundation under one or more 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 quick token accumulator.
'--... | -1 | |
dotnet/roslyn | 56,310 | Move semantic classification caching down to Editor layer | CyrusNajmabadi | 2021-09-09T23:15:16Z | 2021-09-10T19:26:25Z | 6e123012d868c56aba8acabfe1ccad1bf8f20b04 | 7af13b6e3867198cd59c566a905b332888ea1dec | Move semantic classification caching down to Editor layer. | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/CastExpressionSyntaxExtensions.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.V... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.V... | -1 | |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/FlowAnalysis/LocalDataFlowPass.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.C... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.C... | 1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/ErrorTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Roslyn.Utilities;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnost... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Roslyn.Utilities;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnost... | 1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/Metadata/PE/PENamedTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/SubstitutedNamedTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/Synthesized/Records/SynthesizedRecordPrintMembers.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
... | 1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/Tuples/TupleTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using... | 1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenTupleTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Xaml/Impl/Features/QuickInfo/IXamlQuickInfoService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Micros... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Micros... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core.Wpf/InlineRename/HighlightTags/RenameFixupTagDefinition.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Windows.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Windows.... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Formatting/Engine/AggregatedFormattingResult.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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.Threading;
using Microsoft.CodeAnalysis.Formatting;
us... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Threading;
using Microsoft.CodeAnalysis.Formatting;
us... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/Remote/RemoteServiceCallbackId.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.Serialization;
namespace Microsoft.CodeAnalysis.Remote
{
[DataContract]
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.Serialization;
namespace Microsoft.CodeAnalysis.Remote
{
[DataContract]
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Test/Core/ModuleInitializer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Diagnostics;
using System.Runtime.CompilerServices;
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.Diagnostics;
using System.Runtime.CompilerServices;
using Microsoft.CodeAnalysis;
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Tools/ExternalAccess/FSharp/Internal/VisualStudio/FSharpProjectExternalErrorReporterFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.LanguageS... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.LanguageS... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/CSharp/Portable/CodeRefactorings/UseExplicitOrImplicitType/AbstractUseTypeCodeRefactoringProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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 System.Threading.Tasks;
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 System.Threading.Tasks;
us... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Xaml/Impl/Features/Formatting/XamlFormattingOptions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
namespace Microsoft.VisualStudio.LanguageServices.Xaml.Featur... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
namespace Microsoft.VisualStudio.LanguageServices.Xaml.Featur... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Core/Def/EditorConfigSettings/Common/IEnumSettingViewModelFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editor.EditorConfigSettings.Data;
using Microsoft.CodeAnalysis.Options;
namespace Mic... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editor.EditorConfigSettings.Data;
using Microsoft.CodeAnalysis.Options;
namespace Mic... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Remote/Core/IRemoteAssetSynchronizationService.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysi... | // Licensed to the .NET Foundation under one or more agreements.
// 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.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysi... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/CSharp/Portable/NavigateTo/CSharpNavigateToSearchService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
using Microsoft.CodeAnalysis.Navigat... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
using Microsoft.CodeAnalysis.Navigat... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Core/Portable/Syntax/SyntaxList.WithTwoChildren.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Syntax
{
... | // Licensed to the .NET Foundation under one or more agreements.
// 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.Syntax
{
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Compilation/MemberSemanticModel.NodeMapBuilder.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/PublicModel/MethodSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection.Metadata;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection.Metadata;
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/CSharp/Portable/Simplification/Reducers/CSharpParenthesizedExpressionReducer.Rewriter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.PooledObjects;
namespa... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.PooledObjects;
namespa... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/CSharpTest/ReplaceDefaultLiteral/ReplaceDefaultLiteralTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Tasks;
using Microsoft.CodeAnalysis.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.Collections.Immutable;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.C... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/CSharp/Portable/GenerateType/CSharpGenerateTypeService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Server/VBCSCompilerTests/TouchedFileLoggingTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Globalization;
using System.IO;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
usi... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_TryStatement.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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 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.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using Microsof... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core/Implementation/InlineRename/Taggers/RenameClassificationTaggerProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
us... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
us... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Symbols/Synthesized/Records/SynthesizedRecordOrdinaryMethod.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Globalization;
using System.Threading;
using Microsoft.CodeAnalysi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Globalization;
using System.Threading;
using Microsoft.CodeAnalysi... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core/Implementation/Interactive/InteractiveWorkspace.SolutionAnalyzerSetter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.CodeAnalysis.Diagnostic... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.CodeAnalysis.Diagnostic... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/Core/Portable/GenerateMember/GenerateVariable/AbstractGenerateVariableService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Thre... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Thre... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/ProjectTelemetry/IProjectTelemetryListener.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Remote;
namespace Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Remote;
namespace Microsoft.Cod... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/CoreTest/Host/WorkspaceServices/TestOptionsServiceFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Tools/AnalyzerRunner/AnalyzerRunnerHelper.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Thread... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Thread... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/Storage/SQLite/Interop/OpenFlags.cs | // Licensed to the .NET Foundation under one or more 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.SQLite.Interop
{
// From: https://sqlite.org/c3ref/c_open_autoproxy.html
/... | // Licensed to the .NET Foundation under one or more 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.SQLite.Interop
{
// From: https://sqlite.org/c3ref/c_open_autoproxy.html
/... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Errors/LazyUseSiteDiagnosticsInfoForNullableType.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.CSharp.Symbols;
namespace Microsoft.CodeAnalysis.CSharp
{
internal sealed class L... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.CSharp.Symbols;
namespace Microsoft.CodeAnalysis.CSharp
{
internal sealed class L... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Xaml/Impl/Features/QuickInfo/XamlQuickInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.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.
#nullable disable
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Tex... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/CSharp/Portable/Formatting/CSharpNewDocumentFormattingService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Composition;
using System.Linq;
using Microsoft.CodeAn... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Composition;
using System.Linq;
using Microsoft.CodeAn... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/Core/Portable/ExtractMethod/ExtractMethodOptionsProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.Code... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.Code... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Remote/Core/RemoteEndPoint.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
u... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
u... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Test/Semantic/Semantics/ImplicitlyTypeArraysTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSh... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSh... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Core/Portable/DiaSymReader/Metadata/MetadataImportFieldOffset.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Runtime.InteropServices;
namespace Microsoft.DiaSymReader
{
[StructLayout(Layo... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Runtime.InteropServices;
namespace Microsoft.DiaSymReader
{
[StructLayout(Layo... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Core/Portable/PEWriter/Types.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using ... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LoweredDynamicOperation.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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 Microsoft.CodeAnalysis.CSharp.Symbols;
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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Mi... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/CSharp/Portable/FlowAnalysis/FlowAnalysisPass.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using S... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using S... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core.Wpf/SignatureHelp/Controller_NavigationKeys.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Editor.Implementation.IntelliSense.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.
#nullable disable
using System;
namespace Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/ExternalAccess/UnitTesting/Api/UnitTestingIncrementalAnalyzerProviderMetadataWrapper.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.SolutionCrawler;
namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTe... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.SolutionCrawler;
namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTe... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Analyzers/CSharp/Tests/RemoveUnusedParametersAndValues/RemoveUnusedValuesTestsBase.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/Workspace/Host/EventListener/EventListenerMetadata.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Host.Mef;
using Ros... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis.Host.Mef;
using Ros... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/WinMdTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Linq;
using System.Reflection.Met... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Linq;
using System.Reflection.Met... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Core/Impl/SolutionExplorer/DiagnosticItem/SourceGeneratorItem.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.VisualStudio.Imaging;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.VisualStudio.Imaging;
using... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/Simplification/Simplifier.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/CoreTestUtilities/WorkspaceExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.Text;
using Roslyn.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.Text;
using Roslyn.... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Core/Portable/CommandLine/CommonCompiler.ExistingReferencesResolver.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Rename/Annotations/RenameTokenSimplificationAnnotation.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Text;
namespace Microsoft.CodeAnalysis.Rename.ConflictEngine
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Text;
namespace Microsoft.CodeAnalysis.Rename.ConflictEngine
{
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.ExpressionCodeGenerator.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.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAna... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAna... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/VisualBasic/Portable/Binding/DefaultParametersInProgressBinder.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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/TestUtilities/AbstractCommandHandlerTestState.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core/GoToImplementation/GoToImplementationCommandHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Threading;
using System.Threading.Tasks;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel.Composition;
using System.Threading;
using System.Threading.Tasks;
using ... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.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="ru" 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="ru" or... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Analyzers/CSharp/CodeFixes/UseSimpleUsingStatement/UseSimpleUsingStatementCodeFixProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Services/SyntaxFacts/ISyntaxFacts.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAn... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAn... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.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
Imports Microsoft.CodeAnalysis.CodeActions
Imports 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.
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeActions
Imports Microsoft.C... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/DiagnosticsTestUtilities/CodeActions/AbstractCodeActionOrUserDiagnosticTest_OptionHelpers.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.Options;
namespace Microsoft.Co... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.Options;
namespace Microsoft.Co... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Core/Def/Implementation/KeybindingReset/KeybindingResetOptions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using Microsoft.CodeAnalysis.Host.Mef;
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/MSBuildTest/Resources/SourceFiles/CSharp/CSharpConsole.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
extern alias ProjAlias;
using System;
namespace CSharpProject_ProjectReference
{
class Program
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
extern alias ProjAlias;
using System;
namespace CSharpProject_ProjectReference
{
class Program
{
... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/Core.Wpf/Peek/IPeekableItemFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/Core/Portable/StrongName/DesktopStrongNameProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
usi... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Remote/ServiceHub/PublicAPI.Shipped.txt | -1 | ||
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Core/Def/Implementation/UnusedReferences/Dialog/UnusedReferencesTableProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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.ComponentModel.Composition;
using System.Linq;
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.Immutable;
using System.ComponentModel.Composition;
using System.Linq;
using... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Analyzers/VisualBasic/CodeFixes/RemoveUnnecessaryParentheses/VisualBasicRemoveUnnecessaryParenthesesCodeFixProvider.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.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System.Threading
Imports 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.
Imports System.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System.Threading
Imports Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/Workspace/Host/IWorkspaceService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Host
{
/// <summary>
/// Empty interface just to mark w... | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Host
{
/// <summary>
/// Empty interface just to mark w... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/CSharp/Impl/Interactive/CSharpVsResetInteractiveCommand.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Editor;
using Microsoft.CodeAnalysis.Host.Mef;
using Microsoft.Visu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.Editor;
using Microsoft.CodeAnalysis.Host.Mef;
using Microsoft.Visu... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Analyzers/Core/CodeFixes/UseConditionalExpression/UseConditionalExpressionHelpers.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editing;
using Microsoft.CodeAnalysis.LanguageServices;
using static Microsoft.CodeAna... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editing;
using Microsoft.CodeAnalysis.LanguageServices;
using static Microsoft.CodeAna... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="tr" or... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/ValuesSources/ValueSource.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAn... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAn... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/CSharp/Portable/Completion/KeywordRecommenders/ProtectedKeywordRecommender.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery;
using Micro... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery;
using Micro... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Features/Core/Portable/ConvertToInterpolatedString/ConvertRegularStringToInterpolatedStringRefactoringProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
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.
using System;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Thre... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/EditorFeatures/VisualBasic/xlf/VBEditorResources.es.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="es" 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="es" or... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/Core/Def/ValueTracking/TreeItemViewModel.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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.Collections.Object... | // Licensed to the .NET Foundation under one or more agreements.
// 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.Collections.Object... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Compilers/VisualBasic/Test/Syntax/IncrementalParser/SyntaxDifferences.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.Generic
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.PooledObjects
I... | ' Licensed to the .NET Foundation under one or more 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.Generic
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.PooledObjects
I... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | -1 |
dotnet/roslyn | 56,293 | Control exposure of tuple fields | Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | jcouv | 2021-09-09T18:17:36Z | 2021-09-14T19:56:11Z | dcadde85baf3b034319815445e453538a807ba4e | 0bcaa937e2560ad2e442e2a70386109f6195aab6 | Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204
The point of this change is to remove the special case for tuples in `AssertMemberExposure`. | ./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/EventSymbolReferenceFinder.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
us... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
us... | -1 |