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,293
Control exposure of tuple fields
Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
jcouv
2021-09-09T18:17:36Z
2021-09-14T19:56:11Z
dcadde85baf3b034319815445e453538a807ba4e
0bcaa937e2560ad2e442e2a70386109f6195aab6
Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
./src/EditorFeatures/CSharpTest2/Recommendations/TrueKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,293
Control exposure of tuple fields
Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
jcouv
2021-09-09T18:17:36Z
2021-09-14T19:56:11Z
dcadde85baf3b034319815445e453538a807ba4e
0bcaa937e2560ad2e442e2a70386109f6195aab6
Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
./src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/SourceGenerator.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // We only build the Source Generator in the netstandard target #if NETSTANDARD #nullable enable using System; 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. // We only build the Source Generator in the netstandard target #if NETSTANDARD #nullable enable using System; us...
-1
dotnet/roslyn
56,293
Control exposure of tuple fields
Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
jcouv
2021-09-09T18:17:36Z
2021-09-14T19:56:11Z
dcadde85baf3b034319815445e453538a807ba4e
0bcaa937e2560ad2e442e2a70386109f6195aab6
Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
./src/Compilers/Test/Core/TempFiles/DisposableDirectory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Test.Utilities { public sea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Test.Utilities { public sea...
-1
dotnet/roslyn
56,293
Control exposure of tuple fields
Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
jcouv
2021-09-09T18:17:36Z
2021-09-14T19:56:11Z
dcadde85baf3b034319815445e453538a807ba4e
0bcaa937e2560ad2e442e2a70386109f6195aab6
Control exposure of tuple fields. Fixes https://github.com/dotnet/roslyn/issues/51204 The point of this change is to remove the special case for tuples in `AssertMemberExposure`.
./src/VisualStudio/Core/Def/Packaging/PackageInstallerServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immut...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immut...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/CSharpTest/Diagnostics/Suppression/SuppressionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using System.Text.RegularEx...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using System.Text.RegularEx...
1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.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.CodeActions Imports Microsoft.CodeAnalysis.CodeFix...
' Licensed to the .NET Foundation under one or more 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.CodeActions Imports Microsoft.CodeAnalysis.CodeFix...
1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/CSharp/Portable/CodeFixes/Suppression/CSharpSuppressionCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Glob...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Glob...
1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/VisualBasic/Portable/CodeFixes/Suppression/VisualBasicSuppressionCodeFixProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System.Globalization Imports 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. Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System.Globalization Imports System.Threadi...
1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Options/EditorConfig/IEditorConfigStorageLocation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis.Options { internal interface ...
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis.Options { internal interface ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Analyzers/CSharp/CodeFixes/UseIndexOrRangeOperator/Helpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; nam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; nam...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Test/Syntax/Parsing/PatternParsingTests2.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; using...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.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 Microsoft.CodeAnalysis Imports Microsoft.CodeA...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports Microsoft.CodeAnalysis Imports Microsoft.CodeA...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/VisualBasic/Portable/Symbols/AnonymousTypes/PublicSymbols/AnonymousType_TypePublicSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis Imports 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.Collections.Generic Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis Imports Microso...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/VisualBasic/Portable/Binding/SpeculativeStatementBinder.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.Concurrent Imports System.Collections.Generic Imports System.Runtime.InteropServices Import...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Concurrent Imports System.Collections.Generic Imports System.Runtime.InteropServices Import...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/GetXmlNamespaceExpressionDocumentation.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.VisualBasic.Utilities.IntrinsicOperators Friend NotInheritable Class GetXmlNamesp...
' Licensed to the .NET Foundation under one or more 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.VisualBasic.Utilities.IntrinsicOperators Friend NotInheritable Class GetXmlNamesp...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/Core/Portable/Syntax/GreenNodeExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.PooledObjects; nam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.PooledObjects; nam...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/Core/Def/Interactive/VsInteractiveWindowPackage.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable extern alias InteractiveHost; using System; using System.ComponentModel.Design; using System.Di...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable extern alias InteractiveHost; using System; using System.ComponentModel.Design; using System.Di...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Editor.Host I...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Editor.Host I...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Analyzers/VisualBasic/Tests/RemoveUnusedParametersAndValues/RemoveUnusedParametersTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Edi...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Edi...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject_IVsReportExternalErrors.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.InteropServices; using Microsoft.VisualStudio; using Microsoft.VisualStudio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.InteropServices; using Microsoft.VisualStudio; using Microsoft.VisualStudio...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/CSharpTest2/Recommendations/EndIfKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/Core/Portable/Diagnostic/SeverityFilter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Represents a set of filtere...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Represents a set of filtere...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/Core/Portable/Collections/UnionCollection.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Text; using 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.Linq; using Microsoft.CodeAnalysis.Text; using System....
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/CSharp/Portable/ConvertLinq/ConvertForEachToLinqQuery/ToCountConverter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.ConvertLinq.ConvertForEa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.ConvertLinq.ConvertForEa...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Test/Semantic/Semantics/NullableTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/Core/Portable/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/Core/Portable/ExternalAccess/UnitTesting/API/UnitTestingIncrementalAnalyzerProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.SolutionCrawler; namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTesting.Api { ...
// Licensed to the .NET Foundation under one or more agreements. // 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.SolutionCrawler; namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTesting.Api { ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/CoreTest/FindAllDeclarationsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.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. #nullable disable using System; using System.IO; using System.Linq; using System.Threading; using System.Threading...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/Core/Implementation/NavigationBar/NavigationBarModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis.Editor.Imple...
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis.Editor.Imple...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/VisualBasic/Test/Semantic/Semantics/UnaryOperators.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.IO Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnal...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.IO Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnal...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_ISwitchExpression.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Portable/Symbols/Synthesized/RefKindVector.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.PooledObject...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.CodeAnalysis.PooledObject...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Test/Emit/PDB/PDBDynamicLocalsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/ExtenderNames.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.CodeModel.Extenders Friend Module ExtenderNames ...
' Licensed to the .NET Foundation under one or more 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.VisualBasic.CodeModel.Extenders Friend Module ExtenderNames ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/VisualBasic/Portable/EmbeddedLanguages/VisualBasicEmbeddedLanguageFeaturesProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices Imports Microsoft.CodeAna...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices Imports Microsoft.CodeAna...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/TestUtilities/EditAndContinue/ActiveStatementTestHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Micros...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderT...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderT...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/Core/Portable/CodeGeneration/Symbols/CodeGenerationConstructorInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Runtime.CompilerServices; namespace Microsoft.CodeAnalysis.CodeGe...
// Licensed to the .NET Foundation under one or more agreements. // The .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.Runtime.CompilerServices; namespace Microsoft.CodeAnalysis.CodeGe...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/VisualBasicTest/Recommendations/RecommenderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations ''' <summary> ''' Base class 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. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations ''' <summary> ''' Base class for...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/Core/Portable/ExtractInterface/TypeDiscoveryRule.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.ExtractInterface { internal enum TypeDiscoveryRule { ...
// Licensed to the .NET Foundation under one or more agreements. // The .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.ExtractInterface { internal enum TypeDiscoveryRule { ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/LanguageServer/ProtocolUnitTests/Definitions/GoToTypeDefinitionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using System.Threading.Tasks; using Roslyn.Test.Utili...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using System.Threading.Tasks; using Roslyn.Test.Utili...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pl" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pl" or...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/Core/Portable/Options/DocumentOptionSet.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using Microsoft.CodeAnalysis.Diagnostics; namespace Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using Microsoft.CodeAnalysis.Diagnostics; namespace Mi...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/Core/Portable/ExtensionOrderAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis { [MetadataAttribu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis { [MetadataAttribu...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxTree.ParsedSyntaxTree.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 System.Threading.Tasks Impor...
' Licensed to the .NET Foundation under one or more 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 System.Threading.Tasks Impor...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/VisualBasic/Test/Emit/PDB/PDBVariableInitializerTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBa...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBa...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/xlf/Resources.ko.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/Xaml/Impl/Features/Definitions/XamlSourceDefinition.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Definitions { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Definitions { ...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/NamingStyles/Serialization/MutableNamingStyle.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.NamingStyles; namespace Microsoft.CodeAnalysis.Diagn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.NamingStyles; namespace Microsoft.CodeAnalysis.Diagn...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/VisualStudio/Core/Test/ObjectBrowser/VisualBasic/ObjectBrowerTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Globalization Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Micr...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Globalization Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Micr...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/EditorFeatures/Core.Wpf/QuickInfo/LazyToolTip.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Windows; using System.Windows.Controls; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.Windows; using System.Windows.Controls; usi...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/Shared/NamedPipeUtil.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.IO.Pipes; using System.Security.AccessControl; using System.Security.Pr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.IO.Pipes; using System.Security.AccessControl; using System.Security.Pr...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Formatting/Engine/CSharpStructuredTriviaFormatEngine.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using Microsoft.CodeAnalysis.CSharp.LanguageServices; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using Microsoft.CodeAnalysis.CSharp.LanguageServices; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Analyzers/CSharp/CodeFixes/UsePatternMatching/CSharpIsAndCastCheckCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,285
Unify code for pragma placements
Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
davidwengier
2021-09-09T08:05:52Z
2021-10-06T10:16:53Z
a9d93d2049296c31e159fdd75e638aad4b5c8989
83bddcb0b52a206a4033eb6f3f074ebebbcdd6de
Unify code for pragma placements. Fixes https://github.com/dotnet/roslyn/issues/56165 The VB code was already doing what seemed like the right thing, so pretty much just moved it up 🤷‍♂️
./src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTestBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/Emitter/Model/PEModuleBuilder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/Emit/CommonPEModuleBuilder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Concurrent; using System.Collections.Generic; using Syste...
1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/PEWriter/MetadataWriter.PortablePdb.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/PEWriter/MetadataWriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/VisualBasic/Portable/Emit/PEModuleBuilder.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.Concurrent Imports System.Collections.Immutable Imports System.Reflection.PortableExecutabl...
' Licensed to the .NET Foundation under one or more 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.Concurrent Imports System.Collections.Immutable Imports System.Reflection.PortableExecutabl...
1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Dependencies/CodeAnalysis.Debugging/PortableCustomDebugInfoKinds.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Debugging { internal static class PortableCu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Debugging { internal static class PortableCu...
1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/Symbols/TypeKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis { /// <summary> /// Enu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis { /// <summary> /// Enu...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Extensions/VariableDeclaratorExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Extensions ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Extensions ...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/Core/Def/Implementation/Progression/IProgressionLanguageService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis; using Mi...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/ErrorList_OutOfProc.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.CodeAnalysis.Shared.TestHooks; using Microsoft.VisualStudio.IntegrationTest.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. using System; using Microsoft.CodeAnalysis.Shared.TestHooks; using Microsoft.VisualStudio.IntegrationTest.Utilities...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Features/Core/Portable/CodeLens/ICodeLensReferencesService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Threading; using System.Threading.Tasks; 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. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/Binder/LockOrUsingBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using System.Threading; using Micr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using System.Threading; using Micr...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/EditorFeatures/CSharp/InheritanceMargin/CSharpInheritanceMarginService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/Operations/CSharpOperationFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/LanguageServices/SyntaxFactsService/ISyntaxKindsService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.LanguageServices { /// <summary> /// P...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.LanguageServices { /// <summary> /// P...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/Core/Impl/SolutionExplorer/AnalyzersFolderItem/AnalyzersFolderItemSourceProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis;...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/Xaml/Impl/Features/Formatting/IXamlFormattingService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Mi...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCommentHighlighter.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.ComponentModel.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementatio...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.ComponentModel.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementatio...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/VisualBasic/Portable/Operations/VisualBasicOperationFactory_Methods.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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/ConstructorInitializerSymbolReferenceFinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; us...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/CodeAnalysisTest/Text/StringTextTest_BigEndianUnicode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Text; using Microsoft.CodeAnalysis.Text; using Xunit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Text; using Microsoft.CodeAnalysis.Text; using Xunit...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/MSBuildTaskTests/TestUtilities/DotNetSdkVersionAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.BuildTasks.UnitTests { /// <summary> /// Attribute added to...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.BuildTasks.UnitTests { /// <summary> /// Attribute added to...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/VisualBasicProject.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.IO Imports System.Runtime.InteropServices Imports System.Runtime.I...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.IO Imports System.Runtime.InteropServices Imports System.Runtime.I...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Features/VisualBasic/Portable/DocumentationComments/CodeFixes/VisualBasicRemoveDocCommentNodeCodeFixProvider.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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Workspaces/Core/Portable/Workspace/Host/Mef/ExportLanguageServiceAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Host.Mef { /// <su...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Host.Mef { /// <su...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/EditorFeatures/VisualBasicTest/Recommendations/Statements/YieldKeywordRecommenderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class YieldKeyword...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class YieldKeyword...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/EnumMemberDeclarationStructureTests.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,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/VisualBasic/Portable/Syntax/StructuredTriviaSyntax.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/Core/Def/Implementation/GCManager.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Shared.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.Runtime; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Shared.U...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/PEWriter/PooledBlobBuilder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Reflection.Metadata; using Microsoft.CodeAnalysis.PooledObjects; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.PooledObjects; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBInitializeComponent_TestContent.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.MethodXML Partial Public Class MethodXMLTest...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.MethodXML Partial Public Class MethodXMLTest...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/VisualBasic/Portable/Symbols/Source/SourcePropertySymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics 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 Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Impo...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/BoundTree/BoundExpressionExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis.CS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis.CS...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/Binder/SwitchBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/Core/Portable/Symbols/ISourceAssemblySymbolInternal.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; namespace Microsoft.CodeAnalysis.Symbols { internal interface ISourceAssemblySymbolIn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; namespace Microsoft.CodeAnalysis.Symbols { internal interface ISourceAssemblySymbolIn...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/CommonFormattingHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using Microsoft.CodeAnalysis.Formatting; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using Microsoft.CodeAnalysis.Formatting; using M...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/CSharp/Portable/Syntax/WhileStatementSyntax.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial cl...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/ElseKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; using Micro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; using Micro...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/ContinueKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnal...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/Compilers/VisualBasic/Test/Semantic/Semantics/BinaryOperatorsTestSource5.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. Option Strict Off Imports System Module Module1 Sub Main() PrintResult("False + False", False + False)...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Option Strict Off Imports System Module Module1 Sub Main() PrintResult("False + False", False + False)...
-1
dotnet/roslyn
56,278
Add documents to PDB for types that have no methods with IL
Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
davidwengier
2021-09-09T01:55:39Z
2021-09-27T10:25:49Z
09c9db28fc79823152a73b654f6521dc4b6dfa16
40cfa4b8ff85eb0c37622fca8bdafb97521168f8
Add documents to PDB for types that have no methods with IL. Part of https://github.com/dotnet/roslyn/issues/55834 First two commits are from Samuel, subsequent is my cleanup/changes, but easiest to just look at the entire changeset as one.
./src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicPackage.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeA...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeA...
-1