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,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/SemanticModelGetSemanticInfoTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using 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; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Co...
-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/Symbols/ITypeSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/CSharpTest/Diagnostics/RemoveInKeyword/RemoveInKeywordCodeFixProviderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalys...
-1
dotnet/roslyn
56,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/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/ElseKeywordRecommender.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Impo...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Impo...
-1
dotnet/roslyn
56,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/CodeFixes/RemoveNewModifier/RemoveNewModifierCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,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/VisualBasic/Portable/Structure/Providers/MultiLineIfBlockStructureProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
-1
dotnet/roslyn
56,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/CodeAnalysisTest/CorLibTypesTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 Roslyn.Test.Utilities; using Xunit; 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. #nullable disable using System; using System.Collections.Generic; using Roslyn.Test.Utilities; using Xunit; names...
-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/Workspace/VisualBasic/Extensions/CastExpressionSyntaxExtensions.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.V...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Simplification Imports Microsoft.CodeAnalysis.V...
-1
dotnet/roslyn
56,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/VisualBasic/Portable/Structure/Providers/WithBlockStructureProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.Shared.Collections Imports Microsoft.CodeAnalysis.Structure Im...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.Shared.Collections Imports Microsoft.CodeAnalysis.Structure Im...
-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/FindSymbols/SymbolFinder_FindReferences_Current.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Linq; 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/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IPropertyReferenceExpression.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test.Ut...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test.Ut...
-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/Synthesized/SynthesizedContainer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,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/Workspace/Solution/SourceGeneratedDocument.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis { /// <summary> /// A <see cref="Document"/> that...
// Licensed to the .NET Foundation under one or more agreements. // The .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; namespace Microsoft.CodeAnalysis { /// <summary> /// A <see cref="Document"/> that...
-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/OptionServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/Common/TaggedTextStyle.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 { [Flags] internal enum TaggedTextStyle { None ...
// Licensed to the .NET Foundation under one or more agreements. // The .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 { [Flags] internal enum TaggedTextStyle { None ...
-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/BoundTree/BoundUnaryOperator.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,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/Undo/NoOpGlobalUndoServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.Host; 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. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeA...
-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/Tests/RemoveUnusedParametersAndValues/RemoveUnusedValuesTestsBase.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Edi...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Edi...
-1
dotnet/roslyn
56,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/Impl/CodeModel/Collections/NodeSnapshot.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/VisualBasic/Portable/Symbols/Metadata/PE/MetadataDecoder.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/Features/CSharp/Portable/Completion/KeywordRecommenders/StackAllocKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,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/AddPackage/InstallPackageDirectlyCodeActionOperation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.Cod...
-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/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrCastExpressionOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
-1
dotnet/roslyn
56,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/CSharpTest/CSharpCommandLineParserServiceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.IO; using Xunit; namespace Microsoft.CodeAnalysis.CSharp.UnitTests { public 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. #nullable disable using System.IO; using Xunit; namespace Microsoft.CodeAnalysis.CSharp.UnitTests { public 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/Workspaces/Core/Portable/Workspace/Solution/SolutionState_Checksum.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/Compilation_WellKnownMembers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/Scripting/Core/Hosting/AssemblyLoader/InteractiveAssemblyLoaderException.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Microsoft.CodeAnalysis.Scripting.Hosting { internal sealed class In...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Microsoft.CodeAnalysis.Scripting.Hosting { internal sealed class In...
-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/ModifierKeywordRecommenderTests.InsideModuleDeclaration.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderT...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations.ModifierKeywordRecommenderT...
-1
dotnet/roslyn
56,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/TypeForwarders.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Runtime.CompilerServices; // Microsoft.CodeAnalysis.Editor.ContentTypeNames has 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. #nullable disable using System.Runtime.CompilerServices; // Microsoft.CodeAnalysis.Editor.ContentTypeNames has be...
-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/TextEditorFactoryExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.Text; using Microsoft.VisualStudio.Text.Editor; using System; 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 Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; using System; 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/Compilers/Core/Portable/Syntax/InternalSyntax/ChildSyntaxList.Reversed.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax { inter...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax { inter...
-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/Library/ClassView/AbstractSyncClassViewCommandHandler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Editor.Shared.Extension...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Editor.Shared.Extension...
-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/ValueTracking/ValueTrackingToolWindow.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.Linq; using System.Windows.Controls; using System.Runtime.InteropServices; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Linq; using System.Windows.Controls; using System.Runtime.InteropServices; using Microso...
-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/SourceModuleSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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/Test/Emit/CodeGen/CodeGenForeach.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests Public Class CodeGenForeach ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests Public Class CodeGenForeach ...
-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.Wpf/Interactive/InteractiveWindowResetCommand.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable extern alias InteractiveHost; using System; using System.Collections.Generic; using System.Comp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable extern alias InteractiveHost; using System; using System.Collections.Generic; using System.Comp...
-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/EmitMetadata.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.IO Imports System.Reflection Imports System.Reflection.Metadata Im...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.IO Imports System.Reflection Imports System.Reflection.Metadata Im...
-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/ExternalAccess/Pythia/Api/IPythiaSignatureHelpProviderImplementation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/ExpressionTrees/Sources/UserDefinedBinaryOperators.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Public Structure UserDefinedBinaryOperator{2} Public Shared Operator +(x As UserDefinedBinaryOperator{2}{0}, y As ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Public Structure UserDefinedBinaryOperator{2} Public Shared Operator +(x As UserDefinedBinaryOperator{2}{0}, y As ...
-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/Impl/SolutionExplorer/SourceGeneratedFileItems/SourceGeneratedFileItemSourceProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.E...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.E...
-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/Lowering/LocalRewriter/LocalRewriter_BreakStatement.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,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/XamlRequestDispatcherFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/CSharpTest/Diagnostics/Suppression/RemoveSuppressionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Threading.Tasks; 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; using System.Collections.Immutable; using System.Threading.Tasks; using Microsoft....
-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/Lowering/SynthesizedMethodBaseSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,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/Attributes/WellKnownAttributeData/ParameterEarlyWellKnownAttributeData.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.Symbols { /// <summary> /// Information early-de...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.CSharp.Symbols { /// <summary> /// Information early-de...
-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/Structure/Providers/BlockSyntaxStructureProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnal...
-1
dotnet/roslyn
56,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/Syntax/InternalSyntax/SeparatedSyntaxList.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax { internal stru...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; namespace Microsoft.CodeAnalysis.Syntax.InternalSyntax { internal stru...
-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/Classification/SyntaxClassification/AbstractNameSyntaxClassifier.cs
// Licensed to the .NET Foundation under one or more agreements. // 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 Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.CodeAna...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.PooledObjects; using Microsoft.CodeAnalysis.Shared.Extensions; using Microsoft.CodeAna...
-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/Remote/WellKnownSynchronizationKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.Serialization { // TODO: Kind might not actually needed. 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. #nullable disable namespace Microsoft.CodeAnalysis.Serialization { // TODO: Kind might not actually needed. 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/Features/VisualBasic/Portable/Structure/Providers/StringLiteralExpressionStructureProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
-1
dotnet/roslyn
56,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/CSharp/Portable/Simplification/Reducers/AbstractCSharpReducer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.PooledObjects; using Microsoft.CodeAnalysis.Simplification; 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 Microsoft.CodeAnalysis.PooledObjects; using Microsoft.CodeAnalysis.Simplification; 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/Workspaces/Core/Portable/Remote/RemoteServiceCallbackId.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; namespace Microsoft.CodeAnalysis.Remote { [DataContract] ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; namespace Microsoft.CodeAnalysis.Remote { [DataContract] ...
-1
dotnet/roslyn
56,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/VBCSCompiler/VBCSCompiler.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.CommandLine; using System; using System.Collections.Specialized; using System.IO; nam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.CommandLine; using System; using System.Collections.Specialized; using System.IO; nam...
-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/AddImport/References/SymbolReference.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Threading; using System.Threading...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; 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/Core/Portable/Symbols/IAliasSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis { /// <summary> /// Represents a using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis { /// <summary> /// Represents a 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/Compilers/Core/Portable/SourceGeneration/Nodes/InputNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/CodeRefactorings/WorkspaceServices/ISymbolRenamedCodeActionOperationFactoryWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.CodeActions.WorkspaceServic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.CodeActions.WorkspaceServic...
-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/VisualStudioDiagnosticsToolWindow/xlf/VSPackage.zh-Hant.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
-1
dotnet/roslyn
56,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/Analyzers/CSharpAnalyzers.shproj
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{EAFFCA55-335B-4860-BB99-EFCEAD123199}</ProjectGuid> <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> </PropertyGroup> ...
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{EAFFCA55-335B-4860-BB99-EFCEAD123199}</ProjectGuid> <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> </PropertyGroup> ...
-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/CodeStyle/VisualBasic/Analyzers/xlf/VBCodeStyleResources.fr.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="fr" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="fr" or...
-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/VisualBasic/Portable/Formatting/Engine/Trivia/VisualBasicTriviaFormatter.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Formatting Imports 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. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Formatting Imports Microsoft.Co...
-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/xlf/Commands.vsct.ko.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" or...
-1
dotnet/roslyn
56,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/BoundTree/BoundOrdering.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,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/Razor/RazorLanguageServiceClientFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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; using Microsoft.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.C...
-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...
./docs/wiki/images/workspace-obj-relations.png
PNG  IHDR\s XsRGBgAMA a pHYsodFIDATx^ |U},", [3 x1uL_mr }M6amIS$/'K-q')qӹ8؉}Z'K[<yZ{=g^Y hn} g}5O2}^{^)ڛ^/P^5fǎOK +כf͚5vJgg+V[V;'-;#s"7nL#Ν@si_rX @7/jg':22R{:kJ^u~ӧ:uAl:zΜ9[avqgϞ'n#D\D]HpիWY:GY"U)O0tVO [,waxgjoBM&Y'> /թROljj...
PNG  IHDR\s XsRGBgAMA a pHYsodFIDATx^ |U},", [3 x1uL_mr }M6amIS$/'K-q')qӹ8؉}Z'K[<yZ{=g^Y hn} g}5O2}^{^)ڛ^/P^5fǎOK +כf͚5vJgg+V[V;'-;#s"7nL#Ν@si_rX @7/jg':22R{:kJ^u~ӧ:uAl:zΜ9[avqgϞ'n#D\D]HpիWY:GY"U)O0tVO [,waxgjoBM&Y'> /թROljj...
-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/ConditionalWpfFactAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Roslyn.Test.Utilities { public class ConditionalWpfFactAttribute : ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Roslyn.Test.Utilities { public class ConditionalWpfFactAttribute : ...
-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/CodeActions/MoveType/MoveTypeTests.RenameType.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.CodeRefactorings.MoveType Partial Public Class MoveT...
' Licensed to the .NET Foundation under one or more 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.CodeRefactorings.MoveType Partial Public Class MoveT...
-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...
./docs/wiki/images/how-to-investigate-ci-test-failures-figure6.png
PNG  IHDRUsRGBgAMA a pHYsodtEXtSoftwarepaint.net 4.1.6N 3IDATx^|S6xco[5%k/kYee[{Lf $L hFSMՑd[aD~~>:<9sxΗ)q[^\<,%e^\<,%e^\<,%e^\<,%e^\<,px.gU -؊gX8gEدϋ\览iFrz <T 01x(Ǣ&UiY^E1DXcX YCT4W([*Um.uͥjVh::]ޖ➶Ҿv[cmw庞}UCj=ӫ...
PNG  IHDRUsRGBgAMA a pHYsodtEXtSoftwarepaint.net 4.1.6N 3IDATx^|S6xco[5%k/kYee[{Lf $L hFSMՑd[aD~~>:<9sxΗ)q[^\<,%e^\<,%e^\<,%e^\<,%e^\<,px.gU -؊gX8gEدϋ\览iFrz <T 01x(Ǣ&UiY^E1DXcX YCT4W([*Um.uͥjVh::]ޖ➶Ҿv[cmw庞}UCj=ӫ...
-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/CSharpTest2/Recommendations/ClassKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Roslyn.Test.Utilities; using Xunit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit...
-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/Symbols/Attributes/CommonTypeEarlyWellKnownAttributeData.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; namespace 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/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Han...
-1
dotnet/roslyn
56,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/SynthesizedLambdaSymbol.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.CompilerServices Namespace Microsoft.CodeAnalysis.VisualB...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.CompilerServices Namespace Microsoft.CodeAnalysis.VisualB...
-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/Shared/Tagging/Tags/PreviewWarningTag.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Text.Tagging; namespace Microsoft.CodeAnalysis.Editor.Shared.Tagging { internal 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 Microsoft.VisualStudio.Text.Tagging; namespace Microsoft.CodeAnalysis.Editor.Shared.Tagging { internal c...
-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/ExpressionTrees/Results/CheckedAndUncheckedNothingConversions.txt
-=-=-=-=-=-=-=-=- Nothing -> SByte -=-=-=-=-=-=-=-=- Lambda( body { Constant( 0 type: System.SByte ) } return type: System.SByte type: System.Func`1[System.SByte] ) -=-=-=-=-=-=-=-=- CType(Nothing, SByte) -> SByte -=-=-=-=-=-=-=-=- Lambda( body { Constant( 0 type: System....
-=-=-=-=-=-=-=-=- Nothing -> SByte -=-=-=-=-=-=-=-=- Lambda( body { Constant( 0 type: System.SByte ) } return type: System.SByte type: System.Func`1[System.SByte] ) -=-=-=-=-=-=-=-=- CType(Nothing, SByte) -> SByte -=-=-=-=-=-=-=-=- Lambda( body { Constant( 0 type: 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/EditorFeatures/Core.Wpf/SignatureHelp/Presentation/Signature.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Syst...
-1
dotnet/roslyn
56,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/BoundTreeVisitors.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,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/Binder/Binder.WithQueryLambdaParametersBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,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/DocumentHighlighting/AbstractDocumentHighlightsService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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,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/Workspace/CSharp/Extensions/DocumentationCommentExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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 Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Microso...
-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/Preview/PreviewUpdater.Tagger.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Text.Shared.Extensi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Text.Shared.Extensi...
-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/Test2/FindReferences/FindReferencesTests.MethodTypeParameterTypeSymbol.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,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/Synthesized/SynthesizedFieldSymbolBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Poole...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Poole...
-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/Test/MetadataAsSource/AbstractMetadataAsSourceTests.TestContext.cs
// Licensed to the .NET Foundation under one or more agreements. // The .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.IO; using System.Linq; using System.Security; using Sy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using Sy...
-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/Remote/ServiceHub/Host/TestUtils.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using System.Thread...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading; using System.Thread...
-1
dotnet/roslyn
56,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/CodeFixes/xlf/VisualBasicCodeFixesResources.es.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" or...
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" or...
-1
dotnet/roslyn
56,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/IdeBenchmarks/IdeBenchmarks.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk"> <Import Project="$(RepositoryEngineeringD...
<?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"> <Import Project="$(RepositoryEngineeringD...
-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/Log/EtwLogger.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Tracing; using System.Threading; using Microsoft.CodeAnal...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics.Tracing; using System.Threading; using Microsoft.CodeAnal...
-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/Emit/Emit/DynamicAnalysis/DynamicInstrumentationTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 Microsoft.CodeAnalysis.CSharp.Test.Utili...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CSharp.Test.Utili...
-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/CallHierarchy/CallHierarchyProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel.Composition; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.ComponentModel.Composition; using S...
-1
dotnet/roslyn
56,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/SynthesizedEntryPointSymbol.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.Linq Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols '''...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Linq Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols '''...
-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/CodeAnalysisTest/CryptoBlobParserTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Roslyn.Test.Utilities; using System; using System.Collections.Immutable; using System.Diag...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Roslyn.Test.Utilities; using System; using System.Collections.Immutable; using System.Diag...
-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.Wpf/Suggestions/SuggestedActions/CodeFixSuggestedAction.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; using Microsof...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; using Microsof...
-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/CodeAnalysisTest/VersionHelperTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,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/Attributes/AttributeTests_Tuples.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Reflection Imports System.Reflection.Metadata Imports System.Xml.L...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Reflection Imports System.Reflection.Metadata Imports System.Xml.L...
-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/Test/Resources/Core/SymbolsTests/UseSiteErrors/ILErrors.dll
MZ@ !L!This program cannot be run in DOS mode. $PEL!PP!  ) @@ `@D)W@ ...
MZ@ !L!This program cannot be run in DOS mode. $PEL!PP!  ) @@ `@D)W@ ...
-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/CSharpTest2/Recommendations/ExplicitKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Uti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Uti...
-1
dotnet/roslyn
56,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/Diagnostics/GenerateType/TestProjectManagementService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Composition; using Microsoft.CodeAn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Composition; using Microsoft.CodeAn...
-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/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmEvaluationFlags.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi...
-1
dotnet/roslyn
56,385
Add completion tests for parameters in top-level statements
See #55969
sharwell
2021-09-14T19:31:23Z
2021-09-28T21:14:32Z
ca9dba5fe617002a3abc0433a456dda80f4deec6
567c588b35e3f98f3e7aec09759981505971cf9b
Add completion tests for parameters in top-level statements. See #55969
./src/EditorFeatures/CSharpTest/Completion/CompletionProviders/AbstractCSharpCompletionProviderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microso...
1
dotnet/roslyn
56,385
Add completion tests for parameters in top-level statements
See #55969
sharwell
2021-09-14T19:31:23Z
2021-09-28T21:14:32Z
ca9dba5fe617002a3abc0433a456dda80f4deec6
567c588b35e3f98f3e7aec09759981505971cf9b
Add completion tests for parameters in top-level statements. See #55969
./src/EditorFeatures/CSharpTest/Completion/CompletionProviders/SymbolCompletionProviderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Threading.Tasks; using 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; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Co...
1