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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/Compilation/VisualBasicCompilation.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Concurrent Imports System.Collections.Immutable Imports System.IO Imports System.Reflection...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Concurrent Imports System.Collections.Immutable Imports System.IO Imports System.Reflection...
1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/Symbols/LexicalSortKey.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Threading Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Code...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Threading Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Code...
1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Core/Portable/CodeGen/LambdaDebugInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CodeGen { ///...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.CodeGen { ///...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Def/Implementation/TableDataSource/MiscellaneousDiagnosticListTable.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Linq; using Microsoft.CodeAnalysis; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Linq; using Microsoft.CodeAnalysis; using M...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Core/Portable/InternalUtilities/CommandLineUtilities.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; namespace Roslyn.Utilities { internal stati...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; namespace Roslyn.Utilities { internal stati...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/CoreTestUtilities/SolutionUtilities.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Shared.Extensions; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.Shared.Extensions; ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Simplification/SpecialTypeAnnotation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; namespace Microsoft.CodeAnalysis.Simplification { internal ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; namespace Microsoft.CodeAnalysis.Simplification { internal ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/CSharp/Impl/Snippets/SnippetFunctions/SnippetFunctionClassName.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; using Microsoft.CodeAnalysis.CSharp.Syntax...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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; using Microsoft.CodeAnalysis.CSharp.Syntax...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/Core/ExternalAccess/VSTypeScript/Api/VSTypeScriptInlineRenameInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; us...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Test/Venus/VisualBasicContainedLanguageSupportTests.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.Editor Imports Microsoft.CodeAn...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor Imports Microsoft.CodeAn...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/VisualBasicTest/Recommendations/Statements/LoopKeywordRecommenderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class LoopKeywordR...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class LoopKeywordR...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Xaml/Impl/Features/Completion/XamlEventDescription.cs
// Licensed to the .NET Foundation under one or more agreements. // 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; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Completion { ...
// Licensed to the .NET Foundation under one or more agreements. // 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; namespace Microsoft.VisualStudio.LanguageServices.Xaml.Features.Completion { ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Def/Implementation/ColorSchemes/ColorSchemeApplier.RegistryItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.VisualStudio.LanguageServices.ColorSchemes { internal partial class ColorSchemeApplier ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.VisualStudio.LanguageServices.ColorSchemes { internal partial class ColorSchemeApplier ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Test/Core/Platform/Desktop/AppDomainUtils.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #if NET472 using System; using System.IO; using System.Reflection; namespace Roslyn.Test.Utilit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable #if NET472 using System; using System.IO; using System.Reflection; namespace Roslyn.Test.Utilit...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/CSharp/Impl/Options/AutomationObject/AutomationObject.Naming.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics.Analyze...
// Licensed to the .NET Foundation under one or more agreements. // 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.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics.Analyze...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/CSharpTest2/Recommendations/NewKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/Test2/Rename/RenameCommandHandlerTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRename Imports Microsoft.CodeAnalysis.Editor.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. Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRename Imports Microsoft.CodeAnalysis.Editor.Shared.Extensi...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Formatting/Rules/TokenBasedFormattingRule.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.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 System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAna...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/CSharp/Portable/CodeFixes/GenerateMethod/GenerateMethodCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnalysis; using System.T...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnalysis; using System.T...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicLineCommit.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.VisualStud...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.VisualStud...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/CSharp/Portable/Binder/LocalInProgressBinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using M...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/CSharp/Portable/Simplification/Reducers/CSharpEscapingReducer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 System.Threading; using Microsoft.CodeAnalysis.CSharp.Ext...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 System.Threading; using Microsoft.CodeAnalysis.CSharp.Ext...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/CSharp/EmbeddedLanguages/CSharpEmbeddedLanguageEditorFeaturesProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.CSharp.EmbeddedLanguages.La...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.La...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/Remote/ServiceHub/Host/Storage/RemoteCloudCacheStorageServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/Core/Portable/FindSymbols/SymbolFinder_Hierarchy.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/Remote/ServiceHub/Services/InheritanceMargin/RemoteInheritanceMarginService.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Analyzers/CSharp/Tests/RemoveUnnecessaryParentheses/RemoveUnnecessaryPatternParenthesesTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 System.Threading.Tasks; using Microsoft.CodeAnalysis.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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Code...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/CSharp/Portable/Symbols/Synthesized/Records/SynthesizedRecordEqualityOperatorBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Threading; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Threading; u...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/BoundTree/BoundUserDefinedConversion.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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Scripting/Core/Hosting/AssemblyLoader/CoreAssemblyLoaderImpl.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.R...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.R...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/Symbols/InstanceTypeSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text Imports Mi...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text Imports Mi...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/Core/Portable/Diagnostics/AnalyzerHelper.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/Core/Portable/Shared/Utilities/IStreamingProgressTrackerExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.Shared.Utilit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Threading; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.Shared.Utilit...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/VisualBasicTest/KeywordHighlighting/AbstractVisualBasicKeywordHighlighterTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnalysis.Editor.UnitTests.KeywordHigh...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnalysis.Editor.UnitTests.KeywordHigh...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/IntegrationTest/IntegrationTests/AbstractInteractiveWindowTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.VisualStudio.IntegrationTest.Utilities; using Xuni...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.VisualStudio.IntegrationTest.Utilities; using Xuni...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/CSharpTest2/Recommendations/AddKeywordRecommenderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 Xunit; namespa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.Test.Utilities; using Xunit; namespa...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Test/Core/Metadata/MetadataValidation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.IO; using System.Linq; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.IO; using System.Linq; using System...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedSubmissionConstructor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Test/CodeModel/AbstractCodeClassTests.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.VisualStudio.LanguageServices.Implementation.CodeModel.Interop 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. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.Interop Names...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_ConditionalAccess.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.Diagnostics Imports System.Runtime.InteropServices Imports Microso...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Runtime.InteropServices Imports Microso...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/VisualBasicTest/InlineMethod/VisualBasicInlineMethodTests_CrossLanguage.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Mic...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Mic...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/CSharp/Portable/Symbols/Source/SourceEventSymbol.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Threading; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Threading; u...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/Grammar/GrammarGenerator.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable // We only support grammar generation in the command line version for now which is the netcoreap...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable // We only support grammar generation in the command line version for now which is the netcoreap...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/LanguageServer/Protocol/CSharpVisualBasicLanguageServerFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.CodeAnalysis.Options...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; using Microsoft.CodeAnalysis.Options...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./eng/targets/Bootstrap.targets
<!-- Licensed to the .NET Foundation under one or more 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> <Target Name="CheckBootstrapState" AfterTargets="CoreCompile"> <ValidateBootstrap TasksAssemblyFullPa...
<!-- Licensed to the .NET Foundation under one or more 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> <Target Name="CheckBootstrapState" AfterTargets="CoreCompile"> <ValidateBootstrap TasksAssemblyFullPa...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/VisualBasic/Portable/Formatting/Engine/Trivia/TriviaDataFactory.FormattedComplexTrivia.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.Formatting Imports Microsoft.CodeAnalysis.Text Namespace Micr...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.Formatting Imports Microsoft.CodeAnalysis.Text Namespace Micr...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IEventAssignmentExpression.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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/VisualBasic/Impl/ObjectBrowser/VisualBasicSyncClassViewCommandHandler.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor Imports 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.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Editor Imports Microsoft.CodeAnalysis.Editor....
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Test/Emit/Attributes/AttributeTests.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.Runtime.InteropService...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.IO Imports System.Reflection Imports System.Runtime.InteropService...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/Results/CheckedComparisonOperators.txt
-=-=-=-=-=-=-=-=- SByte = SByte => SByte -=-=-=-=-=-=-=-=- Lambda( Parameter( x type: System.SByte ) Parameter( y type: System.SByte ) body { Convert( Negate( Convert( Equal( Parameter( x type: System.SByte ) ...
-=-=-=-=-=-=-=-=- SByte = SByte => SByte -=-=-=-=-=-=-=-=- Lambda( Parameter( x type: System.SByte ) Parameter( y type: System.SByte ) body { Convert( Negate( Convert( Equal( Parameter( x type: System.SByte ) ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Test/Perf/tests/helloworld/hello_world.csx
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #r "../../Perf.Utilities/Roslyn.Test.Performance.Utilities.dll" using System.IO; using Roslyn.Test.Performance.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. #r "../../Perf.Utilities/Roslyn.Test.Performance.Utilities.dll" using System.IO; using Roslyn.Test.Performance.Uti...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/CSharp/Test/Emit/PDB/CheckSumTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Text; using Microsoft.CodeAnalysis.CSharp.Test....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Text; using Microsoft.CodeAnalysis.CSharp.Test....
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/CSharpTest/Diagnostics/AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.Editor.UnitTests; using Microsoft.CodeAnalysis.Editor.UnitTests.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 Microsoft.CodeAnalysis.Editor.UnitTests; using Microsoft.CodeAnalysis.Editor.UnitTests.Cod...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/VisualBasic/Portable/MetadataAsSource/VisualBasicMetadataAsSourceServiceFactory.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host Imports Microsoft.CodeAnalysis.Host.Mef Imports Microso...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports Microsoft.CodeAnalysis.Host Imports Microsoft.CodeAnalysis.Host.Mef Imports Microso...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/IntegrationTest/IntegrationTests/Workspace/WorkspacesDesktop.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.VisualStudio.Integration...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.VisualStudio.Integration...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Core/Portable/DiagnosticAnalyzer/CompilerDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // 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; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Diagn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; namespace Microsoft.CodeAnalysis.Diagnostics { /// <summary> /// Diagn...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Core/Portable/ReferenceManager/ModuleReferences.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.Symbols; 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. using System.Collections.Immutable; using System.Diagnostics; using Microsoft.CodeAnalysis.Symbols; using Microsoft...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenVbRuntime.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Impor...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Impor...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Core/Portable/Syntax/SyntaxList.WithTwoChildren.cs
// Licensed to the .NET Foundation under one or more agreements. // 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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Syntax { ...
// Licensed to the .NET Foundation under one or more agreements. // 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 Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Syntax { ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/InteractiveWindow_OutOfProc.Verifier.cs
// Licensed to the .NET Foundation under one or more agreements. // 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 Xunit; namespace Microsoft.VisualStudio.IntegrationTest.Utilities.OutOfProcess { /// <summ...
// Licensed to the .NET Foundation under one or more agreements. // 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 Xunit; namespace Microsoft.VisualStudio.IntegrationTest.Utilities.OutOfProcess { /// <summ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/Core/Portable/GenerateType/IGenerateTypeOptionService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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; using Microsoft.CodeAnalysis.LanguageServices; 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.Host; using Microsoft.CodeAnalysis.LanguageServices; using Microsof...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/Shared/GlobalAssemblyCacheHelpers/GlobalAssemblyCacheLocation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Runtime.InteropServices; namespa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Runtime.InteropServices; namespa...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpUpdateProjectToAllowUnsafe.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.Visua...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Utilities; using Microsoft.Visua...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/IgnorableAssemblyIdentityList.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Diagnostics; using Microsoft.CodeAnalysis; 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.Collections.Generic; using System.Diagnostics; using Microsoft.CodeAnalysis; names...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/EditorFeatures/VisualBasicTest/AddDebuggerDisplay/AddDebuggerDisplayTests.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 VerifyVB = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.VisualBasicCodeRefactoringVerifier(Of Micro...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports VerifyVB = Microsoft.CodeAnalysis.Editor.UnitTests.CodeActions.VisualBasicCodeRefactoringVerifier(Of Micro...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/VisualBasic/Impl/CodeModel/Extenders/CodeTypeLocationExtender.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Interop 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.Runtime.InteropServices Imports Microsoft.VisualStudio.LanguageServices.Implementation.Interop Imports ...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/Core/Portable/RQName/RQNameStrings.cs
// Licensed to the .NET Foundation under one or more 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.Features.RQName { internal sealed class RQNameStrings { 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. namespace Microsoft.CodeAnalysis.Features.RQName { internal sealed class RQNameStrings { internal c...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Compilers/VisualBasic/Portable/Locations/EmbeddedTreeLocation.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./docs/wiki/Branch-Cleanup.md
This documents the various branches we've pruned and their HEAD value at the time of pruning |Commit|Branch Name| |--|--| |a26198da1811337fc41e30ee1c7fcdf97d8fae76|refs/remotes/origin/OptimizeFlowAnalysis| |0f86e670c29af3cd2352ac2372303694261463cc|refs/remotes/origin/dev/dpoeschl/0f86e670| |1af7ade35b8cea6c3c57243d6b...
This documents the various branches we've pruned and their HEAD value at the time of pruning |Commit|Branch Name| |--|--| |a26198da1811337fc41e30ee1c7fcdf97d8fae76|refs/remotes/origin/OptimizeFlowAnalysis| |0f86e670c29af3cd2352ac2372303694261463cc|refs/remotes/origin/dev/dpoeschl/0f86e670| |1af7ade35b8cea6c3c57243d6b...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Workspaces/Core/Portable/FindSymbols/IRemoteSymbolFinderService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/Features/VisualBasic/Portable/Debugging/BreakpointResolver.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.VisualBasic.Syntax Imports Micr...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Micr...
-1
dotnet/roslyn
56,218
Eliminate 75GB allocations during binding in a performance trace
Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013)
sharwell
2021-09-07T16:51:03Z
2021-09-09T22:25:38Z
e3e8c6e5196d73d1b7582d40a3c48a22c68e6441
ba2203796b7906d6f53b53bc6fa93f1708e11944
Eliminate 75GB allocations during binding in a performance trace. Fixes two of the most expensive allocation paths shown in the performance trace attached to [AB#1389013](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1389013). Fixes [AB#1389013](https://devdiv.visualstudio.com/...
./src/VisualStudio/Core/Def/Implementation/Snippets/IVsExpansionSessionExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TextManager.Interop; using MSXML; namespace Mi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TextManager.Interop; using MSXML; namespace Mi...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Features/LanguageServer/Protocol/Extensions/Extensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using S...
1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Tools/ExternalAccess/FSharp/Completion/FSharpCompletionOptions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis.ExternalAccess.FSharp.Completion { inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Completion; using Microsoft.CodeAnalysis.Options; namespace Microsoft.CodeAnalysis.Ex...
1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/Core/Def/ExternalAccess/VSTypeScript/Api/VSTypeScriptContainedLanguageWrapper.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma warning disable CS0618 // Type or member is obsolete using System; using Microsoft.CodeAnalysis; using Mic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma warning disable CS0618 // Type or member is obsolete using System; using Microsoft.CodeAnalysis; using Mic...
1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/Core/Def/Implementation/LanguageService/AbstractLanguageService`2.VsCodeWindowManager.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalys...
1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/Core/Def/Implementation/Options/LanguageSettingsPersister.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 System.Runtime.InteropServices; using System.Threading.Ta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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 System.Runtime.InteropServices; using System.Threading.Ta...
1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Analyzers/CSharp/CodeFixes/SimplifyLinqExpression/CSharpSimplifyLinqExpressionCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; 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. using System.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Micr...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/LanguageServices/TypeInferenceService/AbstractTypeInferenceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Linq; using System.Threading; namespace Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Linq; using System.Threading; namespace Micros...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/IntegrationTest/TestUtilities/Input/ButtonBaseExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; using System.Threading.Tasks; using System.Windows; using System.Windows.Automation.Peers;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Reflection; using System.Threading.Tasks; using System.Windows; using System.Windows.Automation.Peers;...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Workspaces/Core/Portable/Shared/Extensions/ITypeParameterSymbolExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Shared.Extensions { internal stati...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Shared.Extensions { internal stati...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/Core/Def/Interactive/ScriptingOleCommandTarget.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Editor; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.VisualS...
// Licensed to the .NET Foundation under one or more agreements. // 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.Editor; using Microsoft.CodeAnalysis.Editor.Shared.Extensions; using Microsoft.VisualS...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Features/Core/Portable/LanguageServices/ProjectInfoService/IProjectInfoService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.LanguageServices.ProjectInf...
// Licensed to the .NET Foundation under one or more agreements. // The .NET 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.LanguageServices.ProjectInf...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Core/CodeAnalysisTest/MetadataReferences/FusionAssemblyIdentityTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Globalization; using System.IO; using System.Reflection; using Xunit;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Globalization; using System.IO; using System.Reflection; using Xunit;...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Features/Core/Portable/ValueTracking/ValueTrackingProgressCollector.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Threading; 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. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using S...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/EditorFeatures/CSharpTest/Debugging/Resources/ProximityExpressionsGetterTestFile.cs
using System.Collections.Generic; using Roslyn.Compilers.CSharp; using Roslyn.Services.CSharp.Utilities; using Roslyn.Services.Internal.Extensions; namespace Roslyn.Services.CSharp.Debugging { internal partial class ProximityExpressionsGetter { private static string ConvertToString(ExpressionSyntax ex...
using System.Collections.Generic; using Roslyn.Compilers.CSharp; using Roslyn.Services.CSharp.Utilities; using Roslyn.Services.Internal.Extensions; namespace Roslyn.Services.CSharp.Debugging { internal partial class ProximityExpressionsGetter { private static string ConvertToString(ExpressionSyntax ex...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Portable/Symbols/Source/SourcePropertySymbolBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using System.Globali...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using System.Globali...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Portable/Compilation/CSharpCompilationExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; namespace Microsoft.CodeAnalysis.CSharp { internal static class CSharpCompilationExtensions...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; namespace Microsoft.CodeAnalysis.CSharp { internal static class CSharpCompilationExtensions...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Core/Portable/Syntax/InternalSyntax/SeparatedSyntaxListBuilder.cs
// Licensed to the .NET Foundation under one or more agreements. // 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.Syntax.InternalSyntax { // The null-suppression uses in this ty...
// Licensed to the .NET Foundation under one or more agreements. // 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.Syntax.InternalSyntax { // The null-suppression uses in this ty...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Test/Semantic/Semantics/DeconstructionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Test/Symbol/Symbols/AssemblyAndNamespaceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysi...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Core/Portable/CommandLine/CommandLineParser.cs
// Licensed to the .NET Foundation under one or more agreements. // 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,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Portable/Symbols/Synthesized/SynthesizedInstanceConstructor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; ...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpReplClassification.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.VisualStudio.IntegrationTest.Utilities; using Microsoft.VisualStudio.Integration...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.VisualStudio.IntegrationTest.Utilities; using Microsoft.VisualStudio.Integration...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Test/Resources/Core/NetFX/Minimal/minasync.cs
using System; using System.Threading.Tasks; using System.Runtime.CompilerServices; namespace System { public delegate void Action(); } namespace System.Threading.Tasks { public class Task : IAsyncResult, IDisposable { public Awaiter GetAwaiter() => null; } public class Task<T> : Task, IA...
using System; using System.Threading.Tasks; using System.Runtime.CompilerServices; namespace System { public delegate void Action(); } namespace System.Threading.Tasks { public class Task : IAsyncResult, IDisposable { public Awaiter GetAwaiter() => null; } public class Task<T> : Task, IA...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Core/MSBuildTask/MvidReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.IO; namespace Microsoft.CodeAnalysis.BuildTasks ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; using System.IO; namespace Microsoft.CodeAnalysis.BuildTasks ...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Workspaces/CoreTest/CodeCleanup/ReduceTokenTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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.Globalization; using System.Threading; 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. #nullable disable using System.Collections.Immutable; using System.Globalization; using System.Threading; using Sy...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/CSharp/Portable/Syntax/ArrayRankSpecifierSyntax.cs
// Licensed to the .NET Foundation under one or more 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.CSharp.Syntax { public partial class ArrayRankSpecifierSyntax { pu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.CSharp.Syntax { public partial class ArrayRankSpecifierSyntax { pu...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/EditorFeatures/CSharpTest/EditAndContinue/SyntaxUtilitiesTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Synt...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Synt...
-1
dotnet/roslyn
56,187
Add External Access options for TypeScript
Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
tmat
2021-09-03T22:11:29Z
2021-09-07T17:42:47Z
4fada24142fb5bfdf4ec530e56eebf712227cbc9
409fcc26226c782f306d81cdbeed06d86b2de3f4
Add External Access options for TypeScript. Used in https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/349183
./src/Compilers/Core/CodeAnalysisTest/Text/SourceTextTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation 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