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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Core/Portable/SpecialMembers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.RuntimeMembers; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.RuntimeMembers; ...
1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Test/Core/Microsoft.CodeAnalysis.Test.Utilities.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</...
1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Test/Core/TargetFrameworkUtil.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 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; using System.Collections.Generic; using System.Collections.Immutable; using Micros...
1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/WellKnownTypeValidationTests.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.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microso...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microso...
1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/ImplementInterface/ImplementInterfaceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.CodeStyle; 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.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.CodeStyle; u...
1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core.Wpf/Adornments/AbstractAdornmentManager.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Window...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Window...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/ExtractMethod/CSharpSyntaxTriviaServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.ExtractMethod; 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; using System.Composition; using Microsoft.CodeAnalysis.ExtractMethod; using Micros...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EventDeclarationStructureTests.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.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure Imports 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. Imports Microsoft.CodeAnalysis.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure Imports Microsoft.CodeAn...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/CSharp/Analyzers/ConvertSwitchStatementToExpression/ConvertSwitchStatementToExpressionConstants.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression { internal static...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression { internal static...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Core/CodeAnalysisTest/Collections/IndexOfTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://raw.githubusercontent...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://raw.githubusercontent...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Formatting; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Formatting; usin...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.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.Editor.UnitTests.Extensions Imports 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. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.Code...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/StatementTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.CodeGen Imp...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.CodeGen Imp...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Core/Portable/StrongName/StrongNameKeys.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/InlineMethod/AbstractInlineMethodRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/DocumentationComments/DocumentationCommentSnippet.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.DocumentationComments { internal class Doc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.DocumentationComments { internal class Doc...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/VisualBasic/CodeFixes/UseObjectInitializer/VisualBasicUseObjectInitializerCodeFixProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports Micros...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports Micros...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Portable/Syntax/SyntaxNormalizer.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Text Imports 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. Imports System Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Code...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/LiveShare/Impl/Client/ExternalAccess/VSTypeScript/VSTypeScriptRemoteLanguageServiceWorkspaceAccessor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Host.Mef; us...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/Structure/AbstractVisualBasicSyntaxTriviaStructureTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Structure Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTes...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Structure Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTes...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Portable/Parser/ParserExtensions.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 extension method helpers for...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. '----------------------------------------------------------------------------- ' Contains extension method helpers for...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxTree.LazySyntaxTree.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.Text Imports System.Threading Imports Microsoft.CodeAnalysis.Text ...
' Licensed to the .NET Foundation under one or more 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.Text Imports System.Threading Imports Microsoft.CodeAnalysis.Text ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxTreeTests.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.Text Imports Microsoft.CodeAnalysis.Text Imports Roslyn.Test.Utili...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Text Imports Microsoft.CodeAnalysis.Text Imports Roslyn.Test.Utili...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/CodeRefactorings/MoveType/AbstractMoveTypeService.Editor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasic/Utilities/NavigationPointHelpers.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnaly...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Tools/ExternalAccess/FSharp/Completion/FSharpCommonCompletionItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Completion; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Completion; using Microsoft.Cod...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Test/VsNavInfo/VsNavInfoTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.CodeAnalysis.Editor.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. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.CodeAnalysis.Editor.U...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/AddImport/SymbolResult.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Microsoft.CodeAnalysis.LanguageServ...
// Licensed to the .NET Foundation under one or more agreements. // The .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 Microsoft.CodeAnalysis.LanguageServ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core/Implementation/Interactive/InteractiveEvaluatorLanguageInfoProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis.Editor.Interactive { intern...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; namespace Microsoft.CodeAnalysis.Editor.Interactive { intern...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/ExpressionEvaluator/Core/Source/ExpressionCompiler/PDB/ImportRecord.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Debugging; using Microsoft.CodeAnalysis.Symbols; namespace Microsoft.CodeAnalysis.Exp...
// Licensed to the .NET Foundation under one or more agreements. // 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.Debugging; using Microsoft.CodeAnalysis.Symbols; namespace Microsoft.CodeAnalysis.Exp...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Portable/Binding/Binder_Operators.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.VisualBasic...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.VisualBasic...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/ExternalAccess/ProjectSystem/Api/ProjectSystemReferenceUpdate.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.VisualStudio.LanguageServices.ExternalAccess.ProjectSystem.Api { internal sealed class Proj...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.VisualStudio.LanguageServices.ExternalAccess.ProjectSystem.Api { internal sealed class Proj...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/SignatureHelp/AbstractVisualBasicSignatureHelpProviderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/Implementation/VisualStudioWorkspaceContextService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; using Microsoft.CodeAnalysis.Editor.Shared.Ut...
// Licensed to the .NET Foundation under one or more agreements. // The .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; using Microsoft.CodeAnalysis.Editor.Shared.Ut...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/JoinKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/Implementation/CallHierarchy/CallHierarchyProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel.Composition; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel.Composition; using S...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/EEMethodSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Reflection Imports System.Runtime.InteropServices Imports Microsof...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Reflection Imports System.Runtime.InteropServices Imports Microsof...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IVsHierarchyEvents.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.IO; using Microsoft.VisualStudio.Shell.Inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.IO; using Microsoft.VisualStudio.Shell.Inte...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/Core/MSBuild/MSBuild/Constants/PropertyNames.cs
// Licensed to the .NET Foundation under one or more 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.MSBuild { internal static class PropertyNames { public const strin...
// Licensed to the .NET Foundation under one or more 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.MSBuild { internal static class PropertyNames { public const strin...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/ChangeSignature/Parameter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.ChangeSignature { /// <summary> /// Base type for...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.ChangeSignature { /// <summary> /// Base type for...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core/ExternalAccess/IntelliCode/IntentProcessor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_Conversion.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.PooledObjects Imports Microsoft.CodeAnalysis.Visua...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Visua...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Test/Syntax/Parsing/StatementParsingTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSha...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSha...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceServices/SemanticModelReuse/ISemanticModelReuseWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/IntroduceVariable/IntroduceLocalForExpressionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/CSharp/Tests/NewLines/ConstructorInitializerPlacement/ConstructorInitializerPlacementTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.CSharp.CodeStyle...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.CSharp.CodeStyle...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/VisualBasic/Portable/Structure/Providers/ConstructorDeclarationStructureProvider.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.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
' Licensed to the .NET Foundation under one or more 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.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/LockKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedDelegateSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/UpgradeProject/CSharpUpgradeProjectCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Composition; 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.Composition; using System.Diagnostics.CodeAnalysis; using Microsof...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/OperatorDeclarationStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/Implementation/CommonControls/NewTypeDestinationSelectionViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.CodeAnalysis; using System.IO; using Mic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.IO; using Mic...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Core/Portable/PEWriter/MethodSpecComparer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Roslyn.Utilities; namespace Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Roslyn.Utilities; namespace Microso...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Portable/Binder/LookupResultKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/VisualBasic/Portable/Formatting/Rules/BaseFormattingRule.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.Formatting.Rules Imports Microsoft.CodeAnalysis.Text Namespace Microsoft.CodeAnalysis....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Formatting.Rules Imports Microsoft.CodeAnalysis.Text Namespace Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/SplitOrMergeIfStatements/SplitIntoNestedIfStatementsTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Rename/Annotations/RenameActionAnnotation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/LanguageServer/Protocol/Handler/RequestExecutionQueue.DocumentChangeTracker.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Sys...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Impl/CodeModel/CodeModelState.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 Microsoft.CodeAnalysis.CodeGeneration; 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; using System.Diagnostics; using Microsoft.CodeAnalysis.CodeGeneration; using Micro...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Test/Semantic/Diagnostics/MethodGroupConversion.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Test.Ut...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Test.Ut...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/CatchKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/RQName/Nodes/RQArrayType.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Features.RQName.Nodes { ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/VisualBasic/Portable/CodeFixes/IncorrectFunctionReturnType/IncorrectFunctionReturnTypeCodeFixProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Tools/PrepareTests/PrepareTests.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</Outp...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</Outp...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/KeywordHighlighting/SelectBlockHighlighterTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/CSharp/Portable/GenerateConstructor/CSharpGenerateConstructorService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Linq; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Linq; u...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest2/Recommendations/RecordKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/Core/CodeFixes/RemoveRedundantEquality/RemoveRedundantEqualityCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/Core/Portable/FindSymbols/SyntaxTree/SyntaxTreeIndex_Create.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/CoreTest/SolutionTests/SolutionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/Diagnostics/DiagnosticProviderMetadata.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Host.Mef; using Roslyn.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using Microsoft.CodeAnalysis.Host.Mef; using Roslyn.Utilities;...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/Core/Analyzers/RemoveUnnecessarySuppressions/AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Test2/Classification/SyntacticChangeRangeComputerTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Classification Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Micro...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Classification Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Micro...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Portable/Symbols/SymbolEqualityComparer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.CSharp.Symbols...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.CSharp.Symbols...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Test/Core/Compilation/IRuntimeEnvironment.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core/Implementation/RenameTracking/IRenameTrackingLanguageHeuristicsService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Editor.Implementation.Renam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.Editor.Implementation.Renam...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.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.Completion.Providers Impo...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Impo...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/Core/Portable/Workspace/Host/Metadata/AnalyzerAssemblyLoaderOptions.cs
// Licensed to the .NET Foundation under one or more 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.Host { internal readonly struct AnalyzerAssemblyLoaderOptions { pu...
// Licensed to the .NET Foundation under one or more 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.Host { internal readonly struct AnalyzerAssemblyLoaderOptions { pu...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Core/Portable/SymbolDisplay/ObjectDisplayOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 { /// <summary> /// Specifies the option...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 { /// <summary> /// Specifies the option...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/VisualBasic/Portable/CodeCleanup/Providers/FixIncorrectTokensCodeCleanupProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/EmbeddedLanguages/Common/EmbeddedSyntaxHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.EmbeddedLanguages.VirtualChars; using Microsoft.CodeAnalysis.Text; namespace Microsof...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars; using Microsoft.CodeAnalysis.Text; namespace Microsof...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/CSharp/Portable/Symbols/Source/SourceParameterSymbolBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CShar...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CShar...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/ChangeSignature/ReorderParametersTests.Cascading.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Editor.UnitTests.ChangeSignature; 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.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature; usi...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/VisualBasic/Portable/CodeGeneration/VisualBasicDeclarationComparer.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBasic.CodeGeneration Fri...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBasic.CodeGeneration Fri...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/Test/Core/Diagnostics/SuppressMessageAttributeTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core/Implementation/IntelliSense/AsyncCompletion/CompletionSource.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests_NuGet.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.CodeActions Imports Micro...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions Imports Micro...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Compilers/VisualBasic/Test/Syntax/Parser/InterpolatedStringParsingTests.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 Roslyn.Test.Utilities Public Class InterpolatedStringParsingTests Inherits BasicTestBase <Fact> ...
' Licensed to the .NET Foundation under one or more 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 Roslyn.Test.Utilities Public Class InterpolatedStringParsingTests Inherits BasicTestBase <Fact> ...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/EmbeddedLanguages/RegularExpressions/CSharpRegexParserTests_BasicTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.RegularExpressions; using Roslyn.Test.Utilities; using Xunit; namespace Micro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Text.RegularExpressions; using Roslyn.Test.Utilities; using Xunit; namespace Micro...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Def/Implementation/UnusedReferences/Dialog/RemoveUnusedReferencesDialogProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.VisualStudio.La...
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.VisualStudio.La...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/VisualStudio/Core/Impl/Options/NotificationOptionViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.CodeStyle; using Microsoft.VisualStudio.Imaging.Interop; namespace...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.VisualStudio.Imaging.Interop; namespace...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Features/Core/Portable/MetadataAsSource/AbstractMetadataAsSourceService+CompatAbstractMetadataFormattingRule.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel; using Microsoft.Cod...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/Structure/SimpleLambdaExpressionStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Analyzers/CSharp/CodeFixes/RemoveConfusingSuppression/CSharpRemoveConfusingSuppressionCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Workspaces/MSBuildTest/Resources/ProjectFiles/CSharp/BadHintPath.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.micr...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.micr...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/Core/Implementation/InlineRename/Taggers/ClassificationTypeDefinitions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Language.StandardClassification; using Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel.Composition; using Microsoft.VisualStudio.Language.StandardClassification; using Micros...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest/EditAndContinue/StatementEditingTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.IO; using System.Linq; using Microsoft.CodeAnalysis.CSharp.UnitTests; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.IO; using System.Linq; using Microsoft.CodeAnalysis.CSharp.UnitTests; using Microso...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/EditorFeatures/CSharpTest2/Recommendations/ElseKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Uti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Uti...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoaderImpl.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; u...
-1
dotnet/roslyn
56,173
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.
Closes #53800. Related to #56171.
AlekseyTs
2021-09-03T17:22:56Z
2021-09-07T18:21:02Z
ec20540d1ac3d0b048ddfb3b7831728511f3e3bb
5851730e82f7805df3559444fd0f605243bd1adf
Provide real implementation for RuntimeSupportsStaticAbstractMembersInInterfaces property.. Closes #53800. Related to #56171.
./src/Tools/ExternalAccess/FSharp/Internal/Diagnostics/FSharpUnusedDeclarationsAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Threadi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Threadi...
-1