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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Remote/ServiceHub/Host/TemporaryWorkspaceOptionsServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Test/Semantic/Semantics/MultiDimensionalArrayTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Text; 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; using System.Collections.Generic; using System.Linq; using System.Text; using Micr...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/CSharp/Impl/ProjectSystemShim/Interop/ICSharpVenusProjectSite.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.VisualStudio.LanguageSe...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.VisualStudio.LanguageSe...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/MoveToNamespace/AbstractMoveToNamespaceCodeAction.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Thread...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Thread...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/TestUtilities/NavigateTo/NavigateToTestAggregator.Callback.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/Core/Def/Implementation/Progression/GraphQueries/OverridesGraphQuery.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Tools/IdeCoreBenchmarks/FindReferencesBenchmarks.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.IO; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/CodeAnalysisTest/Collections/ImmutableArrayExtensionsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Test/Symbol/DocumentationComments/DocumentationModeTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Rename/Annotations/RenameTokenSimplificationAnnotation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.Rename.ConflictEngine { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.Rename.ConflictEngine { ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/ReferenceManager/AssemblyData.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; namespace Microsof...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; namespace Microsof...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/Completion/CompletionItemRules.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Completion { public en...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis.Completion { public en...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/Core/Def/Implementation/FindReferences/NameMetadata.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Roslyn.Utilities; namespace Microsoft.VisualStudio.LanguageServices.FindUs...
// Licensed to the .NET Foundation under one or more agreements. // The .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 Roslyn.Utilities; namespace Microsoft.VisualStudio.LanguageServices.FindUs...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Test/Syntax/Syntax/StructuredTriviaTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSh...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/EditAndContinue/Remote/IRemoteEditAndContinueService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Symbols/Metadata/PE/TupleTypeDecoder.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.PooledObjects; using Roslyn.Utilities; using System; using System.Collections.Immutabl...
// Licensed to the .NET Foundation under one or more agreements. // 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.PooledObjects; using Roslyn.Utilities; using System; using System.Collections.Immutabl...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspaceManager.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Reflection; using System.Threading; using System.Thr...
// Licensed to the .NET Foundation under one or more agreements. // The .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.Reflection; using System.Threading; using System.Thr...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/SolutionCrawler/GlobalOperationAwareIdleProcessor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Notification; 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; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Notification; usin...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpExtractMethod.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; using Microsoft.CodeAnalysis.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.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.S...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/SourceGeneration/GeneratorAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis { /// <summary> /// Place this attribute onto a type to caus...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis { /// <summary> /// Place this attribute onto a type to caus...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Core/Portable/Storage/SQLite/AbstractSQLitePersistentStorageService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis.Host; 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.IO; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis.Host; using Micro...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/BraceCompletion/IBraceCompletionService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/DiaSymReader/Writer/ISymUnmanagedWriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #pragma warning disable 436 // SuppressUnmanagedCodeSecurityAttribute defined in source and msco...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #pragma warning disable 436 // SuppressUnmanagedCodeSecurityAttribute defined in source and msco...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/BoundTree/NullabilityRewriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Mi...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/Core/Shared/Extensions/IContentTypeExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.Utilities; 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. using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.Utilities; namespace Microsoft.C...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/FlowAnalysis/DefiniteAssignment.VariableIdentifier.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Utilities; names...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Roslyn.Utilities; names...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Interactive/Host/Interactive/Core/InteractiveHost.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicSquigglesNetCore.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.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 System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.VisualStudio.Integration...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/Core/Def/Implementation/Library/ObjectBrowser/Lists/ReferenceListItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.Language.Intellisense; namespace Mic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.Language.Intellisense; namespace Mic...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/NavigateTo/RoslynNavigateToItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.IO; using System.Runtime.Se...
// Licensed to the .NET Foundation under one or more agreements. // The .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.IO; using System.Runtime.Se...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/InternalUtilities/SemaphoreSlimExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; namespace Roslyn.Utilities { internal stat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; namespace Roslyn.Utilities { internal stat...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/IsExternalInit.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; namespace System.Runtime.CompilerServices { /// <summary> /// Reserved to be ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.ComponentModel; namespace System.Runtime.CompilerServices { /// <summary> /// Reserved to be ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/CSharpTest/PullMemberUp/CSharpPullMemberUpTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.CodeRefactorings; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.CodeRefactorings; ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Core/Portable/Shared/Extensions/ITypeSymbolExtensions.SubstituteTypesVisitor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; 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. #nullable disable using System; using System.Collections.Generic; using System.Linq; namespace Microsoft.CodeAnal...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Analyzers/Core/Analyzers/AddRequiredParentheses/AbstractAddRequiredParenthesesDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Microsoft.CodeAnalysis.CodeStyle; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeStyle; using...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Remote/ServiceHub/Host/RemoteDocumentDifferenceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/SyntaxTreeExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.CodeAnalysis; using System.Threading; using System.Threading.Tasks; using Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.Threading; using System.Threading.Tasks; using Mi...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Symbols/Source/SourceMemberContainerSymbol_ImplementationChecks.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/SourceGeneration/Nodes/IIncrementalGeneratorOutputNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Microsoft.Cod...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/Test2/FindReferences/FindReferencesTests.Literals.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.Remote.Testing Namespace Microsoft.CodeAnalysis.Editor....
' Licensed to the .NET Foundation under one or more 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.Remote.Testing Namespace Microsoft.CodeAnalysis.Editor....
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/VisualBasic/Portable/Binding/Binder_Invocation.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.PooledObjec...
' Licensed to the .NET Foundation under one or more 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.PooledObjec...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SpeculativeTCompletionProviderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Completion; using Micro...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Completion; using Micro...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/VisualBasic/BraceMatching/OpenCloseBraceBraceMatcher.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Host.Mef Namespace Microsoft.CodeAnalysis.Ed...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Host.Mef Namespace Microsoft.CodeAnalysis.Ed...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/Core/Portable/Differencing/Edit.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using Roslyn.Utilities; namespace 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. #nullable disable using System; using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysi...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/MSBuildTest/Resources/Issue29122/Proj2/ClassLibrary2.vbproj
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{65D39B82...
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{65D39B82...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/CSharp/Portable/Structure/Providers/DisabledTextTriviaStructureProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Shared.Collections; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.Shared.Collections; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/CSharpTest2/Recommendations/SByteKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Extensions/SyntaxKindExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp.Extensions { internal sta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; namespace Microsoft.CodeAnalysis.CSharp.Extensions { internal sta...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/CSharp/Impl/Options/Formatting/WrappingViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Formatting; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Formatting; usin...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/Core/Def/Implementation/InheritanceMargin/MarginGlyph/MenuItemViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Imaging.Interop; namespace Microsoft.VisualStudio.LanguageServices.Implementation.Inh...
// Licensed to the .NET Foundation under one or more agreements. // 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.Imaging.Interop; namespace Microsoft.VisualStudio.LanguageServices.Implementation.Inh...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Shared/GlobalAssemblyCacheHelpers/GlobalAssemblyCache.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/Diagnostic/CommonDiagnosticComparer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis { internal sealed c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis { internal sealed c...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/Shared/Options/ServiceFeatureOnOffOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Options; namespace Microsoft.CodeAnalysis.Shared.Options { internal static 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. using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis.Shared.Options { internal static class ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_MultipleLocalDeclarations.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/CSharpTest/EncapsulateField/EncapsulateFieldCommandHandlerTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Xml.Linq; using Microsoft.CodeAnalysis.Editor.CSharp.Encapsulate...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Xml.Linq; using Microsoft.CodeAnalysis.Editor.CSharp.Encapsulate...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/Portable/Syntax/InternalSyntax/GreenNodeExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax { internal static class GreenNodeExtensions { ...
// Licensed to the .NET Foundation under one or more 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.Syntax.InternalSyntax { internal static class GreenNodeExtensions { ...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/GenerateMember/GenerateConstructor/GenerateConstructorHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.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.ComponentModel.Composition Imports System.Threading Imports Micros...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.ComponentModel.Composition Imports System.Threading Imports Micros...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Workspaces/VisualBasic/Portable/Simplification/Reducers/VisualBasicCastReducer.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.Options Imports Microsoft.CodeAnalysis.PooledObjects 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.Threading Imports Microsoft.CodeAnalysis.Options Imports Microsoft.CodeAnalysis.PooledObjects Imports M...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/CodeAnalysisTest/Collections/TestExtensionsMethods.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/VisualStudio/Core/Def/Implementation/FindReferences/Entries/DocumentSpanEntry.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/VisualBasic/Test/Emit/Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests.vbproj
<?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,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Compilers/Core/MSBuildTask/xlf/ErrorString.zh-Hans.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/EditorFeatures/Test2/IntelliSense/IntellisenseQuickInfoBuilderTests_Lists.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Classification Imports Microsoft.CodeAnalysis.Test.Utilities.QuickInfo Imports Microsof...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Classification Imports Microsoft.CodeAnalysis.Test.Utilities.QuickInfo Imports Microsof...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/IntroduceVariable/AbstractIntroduceVariableService.State_Parameter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; namespace Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; namespace Microsoft.Co...
-1
dotnet/roslyn
56,416
Do not include function type conversions in user-defined conversions
Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-defined conversions. Fixes #56407 Relates to test plan #52192
cston
2021-09-15T18:16:38Z
2021-09-24T23:24:46Z
bb99d0bc89bde01650d2a694d720d600dd952dcb
3913f352cf066fa485869d866e4753fa721cbe93
Do not include function type conversions in user-defined conversions. Removes "function type conversions" from the set of "standard conversions" so that function type conversions (from the inferred type of a lambda expression or method group to `Delegate`, `Expression` or a base type) are not considered for user-define...
./src/Features/Core/Portable/ExternalAccess/VSTypeScript/Api/IVSTypeScriptDiagnosticAnalyzerImplementation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; namespace Microsoft.Code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; namespace Microsoft.Code...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Declarations/DeclarationTreeBuilder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Declarations/MergedTypeDeclaration.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Declarations/RootSingleNamespaceDeclaration.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace Microsoft.CodeAnalysis....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.CShar...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Declarations/SingleTypeDeclaration.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 Microsoft.Code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using Microsoft.Code...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Symbols/Source/SourceNamedTypeSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Test/Symbol/Compilation/CompilationAPITests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Portable/Declarations/DeclarationTreeBuilder.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.PooledObjec...
' Licensed to the .NET Foundation under one or more 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.PooledObjec...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Portable/Declarations/MergedTypeDeclaration.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Impo...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Impo...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Portable/Declarations/SingleTypeDeclaration.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnaly...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnaly...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Portable/Symbols/Source/QuickAttributeChecker.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symb...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symb...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Portable/Symbols/Source/SourceNamedTypeSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Concurrent Imports System.Collections.Generic Imports System.Collections.Immutable 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 System.Collections.Concurrent Imports System.Collections.Generic Imports System.Collections.Immutable Imports ...
1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/VisualStudio/Xaml/Impl/Implementation/LanguageClient/XamlCapabilities.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Editor.Xaml; using Microsoft.VisualStudio.LanguageServer.Protocol; ...
// Licensed to the .NET Foundation under one or more agreements. // The .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.Editor.Xaml; using Microsoft.VisualStudio.LanguageServer.Protocol; ...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/Core/Portable/DiagnosticAnalyzer/CompilationWithAnalyzersOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Options to configure analyz...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Options to configure analyz...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/VisualStudio/Core/Test/Progression/ProgressionTestHelpers.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Editor.UnitTests 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 System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Helpers/RemoveUnnecessaryImports/VisualBasicUnnecessaryImportsProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Formatting Imports Micros...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Formatting Imports Micros...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpReplClassification.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.VisualStudio.IntegrationTest.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. #nullable disable using Microsoft.VisualStudio.IntegrationTest.Utilities; using Microsoft.VisualStudio.Integration...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Workspaces/Core/Portable/Options/IOptionPersister.cs
// Licensed to the .NET Foundation under one or more 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.Options { /// <summary> /// Exportable by a host to specify the save and r...
// Licensed to the .NET Foundation under one or more 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.Options { /// <summary> /// Exportable by a host to specify the save and r...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/Emitter/Model/ExpandedVarargsMethodReference.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioWorkspaceImpl.AbstractAddDocumentUndoUnit.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Text; using Microsoft.VisualStudio.OLE.Interop; namespa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.OLE.Interop; namespa...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/CSharp/Portable/BoundTree/BoundMethodGroupFlags.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.CSharp { [Flags] internal enum BoundMethodGroupFlags { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.CSharp { [Flags] internal enum BoundMethodGroupFlags { ...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/EditorFeatures/Core/IBraceMatchingService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; namesp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Text; namesp...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/EditorFeatures/TestUtilities/Threading/WpfTheoryTestCaseRunner.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Reflection; 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.Reflection; using System.Threading;...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Tools/PrepareTests/Program.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Mono.Options; internal static class Program { internal const int ExitFailure = 1; inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Mono.Options; internal static class Program { internal const int ExitFailure = 1; inte...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/SymbolMatcherTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Emit Import...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Emit Import...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Features/Core/Portable/NavigateTo/RoslynNavigateToItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.IO; using System.Runtime.Se...
// Licensed to the .NET Foundation under one or more agreements. // The .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.IO; using System.Runtime.Se...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AsyncKeywordRecommenderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class AsyncKeywo...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class AsyncKeywo...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Analyzers/CSharp/CodeFixes/RemoveConfusingSuppression/CSharpRemoveConfusingSuppressionCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System....
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Features/Core/Portable/ExtractMethod/MethodExtractor.VariableSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Threading; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Threading; using...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Analyzers/VisualBasic/Analyzers/RemoveUnnecessarySuppressions/VisualBasicRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.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.Reflection Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.LanguageServices I...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Reflection Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.LanguageServices I...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/RestoreKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/Compilers/Server/VBCSCompilerTests/BuildProtocolTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.IO; using System.Threading; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.IO; using System.Threading; using...
-1
dotnet/roslyn
56,402
Store information about special attributes in the decl table to avoid going back to source unnecessarily.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Assembly symbol for a Compilation will end up parsing all files that have types with attributes on them to deter...
CyrusNajmabadi
2021-09-15T02:38:04Z
2021-09-24T04:17:33Z
633346af571d640eeacb2e2fc724f5d25ed20faa
2b7f137ebbfdf33e9eebffe87d036be392815d2b
Store information about special attributes in the decl table to avoid going back to source unnecessarily.. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1393763 The compiler sometimes does excess work in an uncancellable fashion, which can impact some IDE scenarios. Specifically, requesting the Asse...
./src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/Formatting/FormatDocumentRangeHandler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
-1