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,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Analyzers/VisualBasic/Analyzers/SimplifyInterpolation/VisualBasicSimplifyInterpolationDiagnosticAnalyzer.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.Diagnostics
Imports Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars
Imports Micro... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars
Imports Micro... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Navigation;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Navigation;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/VisualBasicTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.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 On
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Option Strict On
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microso... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microso... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/PropertyAccessorSymbolReferenceFinder.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading;
using System.Threadin... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading;
using System.Threadin... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Compilers/VisualBasic/Test/Symbol/StaticLocalDeclarationTests.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.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports ... | ' Licensed to the .NET Foundation under one or more 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.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports ... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Workspaces/CSharp/Portable/CodeGeneration/PropertyGenerator.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CodeGeneration... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CodeGeneration... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/CSharpTest/Intents/GenerateConstructorIntentTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.CodeStyle;
using Microsoft.CodeAnalysis.Editor.Un... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.CodeStyle;
using Microsoft.CodeAnalysis.Editor.Un... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Imports Roslyn.Test.Utilitie... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Imports Roslyn.Test.Utilitie... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/CSharpTest/Diagnostics/Configuration/ConfigureCodeStyle/EnumCodeStyleOptionConfigurationTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Micros... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Micros... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/VisualBasicTest/SignatureHelp/CastExpressionSignatureHelpProviderTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp
Imports Microsoft.CodeAnalysis.VisualBasic.SignatureHelp... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp
Imports Microsoft.CodeAnalysis.VisualBasic.SignatureHelp... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/VisualBasicTest/CodeActions/MoveType/BasicMoveTypeTestsBase.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.Xml.Linq
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports 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.
Imports System.Collections.Immutable
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports M... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/EditorFeatures/Test/Attributes/AttributeTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Classification.Classifiers;
using Microsoft.CodeAnaly... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using Microsoft.CodeAnalysis.Classification.Classifiers;
using Microsoft.CodeAnaly... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Compilers/Core/Portable/DiagnosticAnalyzer/AnalysisState.SyntaxReferenceAnalyzerStateData.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./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,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Workspaces/Core/Portable/CodeGeneration/Symbols/CodeGenerationPropertySymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Editing;
namespace Microsoft.C... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.Editing;
namespace Microsoft.C... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Features/CSharp/Portable/ConvertAutoPropertyToFullProperty/CSharpConvertAutoPropertyToFullPropertyCodeRefactoringProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System... | -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Compilers/Test/Resources/Core/SymbolsTests/netModule/CrossRefModule1.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.
Public Class M1
End Class
| ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Public Class M1
End Class
| -1 |
dotnet/roslyn | 56,545 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data. | Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| AlekseyTs | 2021-09-20T16:15:00Z | 2021-09-20T23:24:24Z | f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f | c74bb2f2653fe6767af8fed3e63c293cc7747dd3 | Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125.
The second commit contains only renames, it might be simpler to review it separately.
| ./src/Compilers/VisualBasic/Portable/Locations/EmbeddedTreeLocation.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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Binder/Semantics/Conversions/ConversionsBase.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Linq;
using System.Th... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Th... | 1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Binder/Semantics/OverloadResolution/MethodTypeInference.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/FlowAnalysis/NullableWalker.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LoweredDynamicOperationFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Sym... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.CSharp.Sym... | 1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Symbols/NamedTypeSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Symbols/TypeSymbolExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Semantic/Semantics/DelegateTypeTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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.CSharp.Symbols;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Symbols;
usi... | 1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Semantic/Semantics/LambdaTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueStateMachineTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using S... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using S... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Dependencies/Collections/Internal/SegmentedArraySegment`1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Collections.Internal
{
internal readonly struct SegmentedArraySegment<T>
{... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.CodeAnalysis.Collections.Internal
{
internal readonly struct SegmentedArraySegment<T>
{... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/LiveShare/Impl/Client/Projects/IRemoteProjectInfoProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using ... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/Core/Portable/GenerateDefaultConstructors/AbstractGenerateDefaultConstructorsService.State.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.Languag... | // Licensed to the .NET Foundation under one or more agreements.
// The .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.Linq;
using System.Threading;
using Microsoft.CodeAnalysis.Languag... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/CSharpTest2/Recommendations/ULongKeywordRecommenderTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Completion.Providers;
using Microsoft... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Completion.Providers;
using Microsoft... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/Portable/Syntax/SyntaxListBuilder.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
namespace Microsoft.CodeAnalysis.Syntax
{
internal class SyntaxListBui... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
namespace Microsoft.CodeAnalysis.Syntax
{
internal class SyntaxListBui... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Impl/CodeModel/ExternalElements/ExternalCodeStruct.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Runtime.InteropServices;
using Microsoft.CodeAnalysis;
using Microsof... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Runtime.InteropServices;
using Microsoft.CodeAnalysis;
using Microsof... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/Core/Implementation/IntelliSense/AsyncCompletion/RecentItemsManager.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.ComponentModel.Composition;
using 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.
using System;
using System.Collections.Immutable;
using System.ComponentModel.Composition;
using Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Tools/ExternalAccess/FSharp/Navigation/FSharpDocumentNavigationService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Threading;
using Microsoft.CodeAnalysis.Hos... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Threading;
using Microsoft.CodeAnalysis.Hos... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/Core/Implementation/CommentSelection/ToggleBlockCommentCommandHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.ComponentModel.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.
#nullable disable
using System;
using System.Collections.Immutable;
using System.ComponentModel.Composition;
using... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/NonReentrantLock.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Threading;
#if WORKSPACE
using Microsoft.CodeAnalysis.Interna... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Threading;
#if WORKSPACE
using Microsoft.CodeAnalysis.Interna... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Lowering/IteratorRewriter/IteratorFinallyMethodSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Analyzers/CSharp/CodeFixes/UseCollectionInitializer/CSharpUseCollectionInitializerCodeFixProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/Portable/Symbols/Attributes/SecurityWellKnownAttributeData.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Syntax/ConstructorDeclarationSyntax.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/Core/Portable/ExternalAccess/UnitTesting/API/UnitTestingHotReloadService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Micro... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Micro... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/EncapsulateField_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 Microsoft.VisualStudio.IntegrationTest.Utilities.Input;
namespace Microsoft.VisualStudio.IntegrationTest.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.
using Microsoft.VisualStudio.IntegrationTest.Utilities.Input;
namespace Microsoft.VisualStudio.IntegrationTest.Uti... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Symbols/SubstitutedEventSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
namespace 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.
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threading;
namespace Microsoft.CodeAnal... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/CSharpTest/UseExpressionBody/Refactoring/UseExpressionBodyForOperatorsRefactoringTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.Cod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.Cod... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/TestUtilities/RenameTracking/MockPreviewDialogService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Composition;
using Microsoft.CodeAnalysis.Editor.Host;
using Microsof... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Composition;
using Microsoft.CodeAnalysis.Editor.Host;
using Microsof... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicQuickInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.VisualStudio.Integration... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Test.Utilities;
using Microsoft.VisualStudio.Integration... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/Core/Implementation/ExtractInterface/AbstractExtractInterfaceCommandHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Editor.Shared.Extensions;
using Microsoft.C... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading;
using Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.C... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests_NativeInteger.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection.Met... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection.Met... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Analyzers/CSharp/Tests/NewLines/ConsecutiveBracePlacement/ConsecutiveBracePlacementTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.CodeStyle... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.CodeStyle... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Parser/SyntaxParser.ResetPoint.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax
{
internal partial class Synta... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
namespace Microsoft.CodeAnalysis.CSharp.Syntax.InternalSyntax
{
internal partial class Synta... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/TestUtilities/AutomaticCompletion/AbstractAutomaticLineEnderTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Linq;
using Microsoft.CodeAnalysis.Editor.UnitTests.Utilities;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Linq;
using Microsoft.CodeAnalysis.Editor.UnitTests.Utilities;
using ... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/CSharp/Impl/ObjectBrowser/ListItemFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.LanguageServices.Implementation.Libra... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.LanguageServices.Implementation.Libra... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Workspaces/Core/Portable/Remote/PinnedSolutionInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.Serialization;
namespace Microsoft.CodeAnalysis.Remote
{
/// <summary>
/// Informatio... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.Serialization;
namespace Microsoft.CodeAnalysis.Remote
{
/// <summary>
/// Informatio... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/Portable/PEWriter/ICustomAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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 EmitContext = Microsoft.CodeAnalysis.Em... | // Licensed to the .NET Foundation under one or more agreements.
// The .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 EmitContext = Microsoft.CodeAnalysis.Em... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Analyzers/CSharp/Analyzers/PopulateSwitch/CSharpPopulateSwitchStatementDiagnosticAnalyzer.cs | // Licensed to the .NET Foundation under one or more agreements.
// 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;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Extensions/BlockSyntaxExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Linq;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.LanguageServices;
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.Linq;
using Microsoft.CodeAnalysis.CodeStyle;
using Microsoft.CodeAnalysis.CSharp.LanguageServices;
us... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Impl/CodeModel/Collections/InheritsImplementsCollection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Linq;
using System.Ru... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Linq;
using System.Ru... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/Core/Portable/GenerateConstructorFromMembers/AbstractGenerateConstructorFromMembersCodeRefactoringProvider.State.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threadin... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threadin... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/Test/CodeFixes/ErrorCases/CodeFixExceptionInRegisterMethod.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Threadi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Threadi... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/CSharp/Impl/Options/AutomationObject/AutomationObject.Generation.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editing;
namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options
{
publi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.CodeAnalysis.Editing;
namespace Microsoft.VisualStudio.LanguageServices.CSharp.Options
{
publi... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/Portable/Symbols/Attributes/CommonAssemblyWellKnownAttributeData.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Reflection;
using Microsoft.CodeAnalysis.Text;
using System.Collectio... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Reflection;
using Microsoft.CodeAnalysis.Text;
using System.Collectio... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/CodeAnalysisTest/FileSystem/RelativePathResolverTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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 Roslyn... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using Roslyn... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Syntax/Parsing/NameParsingTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/OperatorPlacementWhenWrappingPreference.cs | // Licensed to the .NET Foundation under one or more 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.CodeStyle
{
internal enum OperatorPlacementWhenWrappingPreference
{
... | // Licensed to the .NET Foundation under one or more 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.CodeStyle
{
internal enum OperatorPlacementWhenWrappingPreference
{
... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Analyzers/CSharp/Tests/MisplacedUsingDirectives/MisplacedUsingDirectivesCodeFixProviderTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.AddImports;
using Microsoft.CodeAnalysis.CodeFixes;
usin... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.AddImports;
using Microsoft.CodeAnalysis.CodeFixes;
usin... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/Portable/InternalUtilities/SpecializedCollections.ReadOnly.Enumerable`2.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace Roslyn.Utilities
{
internal partial class SpecializedCollections
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
namespace Roslyn.Utilities
{
internal partial class SpecializedCollections
... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Def/Implementation/Diagnostics/IVisualStudioDiagnosticAnalyzerService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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 Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.Shell.In... | // Licensed to the .NET Foundation under one or more agreements.
// The .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 Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.Shell.In... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Emit/Attributes/AttributeTests_Locations.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/CodeAnalysisTest/Collections/IdentifierCollectionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.ObjectModel;
using Syst... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.ObjectModel;
using Syst... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Symbols/Source/QuickAttributeChecker.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.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.Collections.Generic;
using System.Diagnostics;
using System.Threading... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrDebuggerVisualizerAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Scripting/Core/ScriptState.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Diagnostics;
using System.Threadi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Threadi... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Workspaces/Core/Portable/CodeFixes/CodeFixContext.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./docs/ide/test-plans/source-generators.md | ## Features Opening New Windows
1. Locate a use of a generated symbol in the project, and invoke Go to Definition.
- [ ] It works.
2. Locate a use of a generated symbol in the project, and invoke Go to Implementation.
- [ ] It works.
3. Locate a use of a generated symbol in the project, and invoke Find Reference... | ## Features Opening New Windows
1. Locate a use of a generated symbol in the project, and invoke Go to Definition.
- [ ] It works.
2. Locate a use of a generated symbol in the project, and invoke Go to Implementation.
- [ ] It works.
3. Locate a use of a generated symbol in the project, and invoke Find Reference... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelNavigationPointServiceFactory.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
Imports Microsoft.CodeAnalysis.Host
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 System.Composition
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Host
Imports Microsoft.CodeAn... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/VisualBasic/Portable/Structure/VisualBasicStructureHelpers.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.[Shared].Co... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.[Shared].Co... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Core/CodeAnalysisTest/CommonCommandLineParserTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropService... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropService... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/Core/Portable/UnifiedSuggestions/UnifiedSuggestedActionSet.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Mic... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Mic... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/CSharp/Impl/EditorConfigSettings/BinaryOperatorSpacingOptionsViewModelFactory.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using Microsoft.CodeAnalysis.CSharp.Formatting;
using Microsoft.CodeAnalysi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using Microsoft.CodeAnalysis.CSharp.Formatting;
using Microsoft.CodeAnalysi... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/CSharp/Portable/Completion/CompletionProviders/ExplicitInterfaceTypeCompletionProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Diagnostics;
using System.... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Diagnostics;
using System.... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/CompletionListTagCompletionProviderTests.vb | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.VisualBasic.Completion.Providers
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.U... | ' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.VisualBasic.Completion.Providers
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.U... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Impl/ProjectSystem/CPS/CPSProject_IProjectCodeModelProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Threading;
using Microsoft.VisualStudio.LanguageServices.Implementati... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System;
using System.Threading;
using Microsoft.VisualStudio.LanguageServices.Implementati... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Features/Core/Portable/ExtractInterface/AbstractExtractInterfaceService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/Core/Extensibility/SignatureHelp/PredefinedSignatureHelpPresenterNames.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
namespace Microsoft.CodeAnalysis.Editor
{
internal static class PredefinedSignatureHelpPrese... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
namespace Microsoft.CodeAnalysis.Editor
{
internal static class PredefinedSignatureHelpPrese... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Dependencies/Collections/Internal/xlf/Strings.ru.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Portable/Symbols/ParameterSymbol.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.cs.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="cs" 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="cs" or... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/CSharpTest/UseInterpolatedVerbatimString/UseInterpolatedVerbatimStringCodeFixTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/Syntax/LexicalAndXml/DisabledRegionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 Roslyn.Test.Utilities;
using Xunit;
n... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET 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 Roslyn.Test.Utilities;
using Xunit;
n... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/EditorFeatures/CSharpTest/CodeGeneration/SyntaxGeneratorTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp;
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.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp;
using Micr... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/CSharp/Test/IOperation/Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests.csproj | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</... | <?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/AnalyzerFileWatcherService.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using Sys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using Sys... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./eng/common/templates/post-build/trigger-subscription.yml | parameters:
ChannelId: 0
steps:
- task: PowerShell@2
displayName: Triggering subscriptions
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/post-build/trigger-subscriptions.ps1
arguments: -SourceRepo $(Build.Repository.Uri)
-ChannelId ${{ parameters.ChannelId }}
-MaestroApiAccessToken $... | parameters:
ChannelId: 0
steps:
- task: PowerShell@2
displayName: Triggering subscriptions
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/post-build/trigger-subscriptions.ps1
arguments: -SourceRepo $(Build.Repository.Uri)
-ChannelId ${{ parameters.ChannelId }}
-MaestroApiAccessToken $... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/Server/VBCSCompilerTests/ClientConnectionHandlerTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .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.IO.Pipes;
using Sy... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO.Pipes;
using Sy... | -1 |
dotnet/roslyn | 56,534 | Method type inference should make inference from explicit lambda return type | Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
> For each of the method arguments `Ei`:
>
> * If `Ei` is an anonymous fu... | cston | 2021-09-19T23:12:22Z | 2021-09-24T15:06:55Z | 2b7f137ebbfdf33e9eebffe87d036be392815d2b | 27613724bd239da606824c33e94f52085993c041 | Method type inference should make inference from explicit lambda return type. Update ["type inference"](https://github.com/dotnet/csharplang/blob/main/spec/expressions.md#type-inference) to make an exact inference from an explicit lambda return type.
Proposed spec changes **in bold**:
> #### The first phase
>
... | ./src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/BaseClassTests.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.Emit
Imports Microsoft.CodeAnalysis.Test.Utilities
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 Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.Visua... | -1 |