CoolFace
Modelpublic

karths/binary_classification_train_reli

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes11downloads
top_repo_data.csv16105 linesDownload Raw Back to root
1Unnamed: 0,id,type,created_at,repo,repo_url,action,title,labels,body,index,text_combine,label,text,binary_label22372,24965740250.0,IssuesEvent,2022-11-01 19:12:44,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,TaskCanceledException in TodoCommentIncrementalAnalyzer.GetTodoItems,Bug help wanted Area-IDE Tenet-Reliability,"**Version Used**: 16.5 Preview 23 4**Steps to Reproduce**: Unknown5 6**Actual Behavior**:7 8<pre>9System.Threading.Tasks.TaskCanceledException: A task was canceled.10    at Roslyn.Utilities.TaskExtensions.WaitAndGetResult_CanCallOnBackground[T](Task`1 task, CancellationToken cancellationToken)11    at Microsoft.CodeAnalysis.Editor.Implementation.TodoComments.TodoCommentIncrementalAnalyzer.GetTodoItems(Workspace workspace, DocumentId id, CancellationToken cancellationToken)12    at Microsoft.CodeAnalysis.Editor.Implementation.TodoComments.TodoCommentIncrementalAnalyzerProvider.GetTodoItems(Workspace workspace, DocumentId documentId, CancellationToken cancellationToken)13    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.VisualStudioBaseTodoListTable.TableDataSource.TableEntriesSource.GetItems()14    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.TableEntriesFactory`1.AggregatedEntriesSource.GetItems()15    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.TableEntriesFactory`1.GetSnapshot(Int32 versionNumber)16    at Microsoft.VisualStudio.Shell.TableControl.Implementation.EntriesFromSnapshot.&lt;PinSnapshot&gt;b__14_1()17    at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint[T](Object errorSource, Func`1 call, T valueOnThrow)18</pre>",True,"TaskCanceledException in TodoCommentIncrementalAnalyzer.GetTodoItems - **Version Used**: 16.5 Preview 219 20**Steps to Reproduce**: Unknown21 22**Actual Behavior**:23 24<pre>25System.Threading.Tasks.TaskCanceledException: A task was canceled.26    at Roslyn.Utilities.TaskExtensions.WaitAndGetResult_CanCallOnBackground[T](Task`1 task, CancellationToken cancellationToken)27    at Microsoft.CodeAnalysis.Editor.Implementation.TodoComments.TodoCommentIncrementalAnalyzer.GetTodoItems(Workspace workspace, DocumentId id, CancellationToken cancellationToken)28    at Microsoft.CodeAnalysis.Editor.Implementation.TodoComments.TodoCommentIncrementalAnalyzerProvider.GetTodoItems(Workspace workspace, DocumentId documentId, CancellationToken cancellationToken)29    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.VisualStudioBaseTodoListTable.TableDataSource.TableEntriesSource.GetItems()30    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.TableEntriesFactory`1.AggregatedEntriesSource.GetItems()31    at Microsoft.VisualStudio.LanguageServices.Implementation.TableDataSource.TableEntriesFactory`1.GetSnapshot(Int32 versionNumber)32    at Microsoft.VisualStudio.Shell.TableControl.Implementation.EntriesFromSnapshot.&lt;PinSnapshot&gt;b__14_1()33    at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint[T](Object errorSource, Func`1 call, T valueOnThrow)34</pre>",1,taskcanceledexception in todocommentincrementalanalyzer gettodoitems     version used        preview        steps to reproduce    unknown      actual behavior          system threading tasks taskcanceledexception  a task was canceled       at roslyn utilities taskextensions waitandgetresult cancallonbackground  task   task  cancellationtoken cancellationtoken       at microsoft codeanalysis editor implementation todocomments todocommentincrementalanalyzer gettodoitems workspace workspace  documentid id  cancellationtoken cancellationtoken       at microsoft codeanalysis editor implementation todocomments todocommentincrementalanalyzerprovider gettodoitems workspace workspace  documentid documentid  cancellationtoken cancellationtoken       at microsoft visualstudio languageservices implementation tabledatasource visualstudiobasetodolisttable tabledatasource tableentriessource getitems        at microsoft visualstudio languageservices implementation tabledatasource tableentriesfactory   aggregatedentriessource getitems        at microsoft visualstudio languageservices implementation tabledatasource tableentriesfactory   getsnapshot   versionnumber       at microsoft visualstudio shell tablecontrol implementation entriesfromsnapshot  lt pinsnapshot gt b             at microsoft visualstudio text utilities guardedoperations callextensionpoint  object errorsource  func   call  t valueonthrow    ,1351165,13505822754.0,IssuesEvent,2020-09-14 00:52:20,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,System.AccessViolationException when calling FindImplementationForInterfaceMember,Area-Compilers Bug Tenet-Reliability,"**Versions Used**: 36.Net: 5.0.100-preview.8.20417.937 38**Steps to Reproduce**:39 40After we upgraded our build pipeline to use **.Net 5.0.100-preview.8.20417.9** instead of **5.0.100-preview.7.20366.6** the following exception (thrown by one of our analyzers) is intermittently failing the build:41 42```43C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error : Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]44C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEMethodSymbol.get_ExplicitInterfaceImplementations() [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]45C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.SymbolExtensions.GetExplicitInterfaceImplementations(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]46C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.MakeExplicitInterfaceImplementationMap() [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]47C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.GetExplicitImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]48C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.ComputeImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]49C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.ComputeImplementationAndDiagnosticsForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol, Boolean, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]50C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.FindImplementationForInterfaceMemberInNonInterfaceWithDiagnostics(Microsoft.CodeAnalysis.CSharp.Symbol, Boolean) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]51C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.FindImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]52C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.TypeSymbol.Microsoft.CodeAnalysis.ITypeSymbol.FindImplementationForInterfaceMember(Microsoft.CodeAnalysis.ISymbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]53C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at SonarAnalyzer.Helpers.SymbolHelper+<>c__DisplayClass5_0`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<GetInterfaceMember>b__1(System.__Canon) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]54C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at System.Linq.Enumerable.TryGetFirst[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]55C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at System.Linq.Enumerable.FirstOrDefault[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]56C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at SonarAnalyzer.Helpers.SymbolHelper.GetInterfaceMember[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.__Canon) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]57```58 59Source code: https://github.com/SonarSource/sonar-dotnet/blob/734df7968037387faade9353c7aedd1a77c010a0/sonaranalyzer-dotnet/src/SonarAnalyzer.Common/Helpers/SymbolHelper.cs#L9260",True,"System.AccessViolationException when calling FindImplementationForInterfaceMember - **Versions Used**: 61.Net: 5.0.100-preview.8.20417.962 63**Steps to Reproduce**:64 65After we upgraded our build pipeline to use **.Net 5.0.100-preview.8.20417.9** instead of **5.0.100-preview.7.20366.6** the following exception (thrown by one of our analyzers) is intermittently failing the build:66 67```68C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error : Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]69C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE.PEMethodSymbol.get_ExplicitInterfaceImplementations() [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]70C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.SymbolExtensions.GetExplicitInterfaceImplementations(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]71C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.MakeExplicitInterfaceImplementationMap() [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]72C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.GetExplicitImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]73C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.ComputeImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol, Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol, Microsoft.CodeAnalysis.DiagnosticBag, Boolean, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]74C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.ComputeImplementationAndDiagnosticsForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol, Boolean, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]75C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.FindImplementationForInterfaceMemberInNonInterfaceWithDiagnostics(Microsoft.CodeAnalysis.CSharp.Symbol, Boolean) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]76C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.FindImplementationForInterfaceMember(Microsoft.CodeAnalysis.CSharp.Symbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]77C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.TypeSymbol.Microsoft.CodeAnalysis.ITypeSymbol.FindImplementationForInterfaceMember(Microsoft.CodeAnalysis.ISymbol) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]78C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at SonarAnalyzer.Helpers.SymbolHelper+<>c__DisplayClass5_0`1[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<GetInterfaceMember>b__1(System.__Canon) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]79C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at System.Linq.Enumerable.TryGetFirst[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>, Boolean ByRef) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]80C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at System.Linq.Enumerable.FirstOrDefault[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>, System.Func`2<System.__Canon,Boolean>) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]81C:\hostedtoolcache\windows\dotnet\sdk\5.0.100-preview.8.20417.9\Roslyn\Microsoft.CSharp.Core.targets(70,5): error :    at SonarAnalyzer.Helpers.SymbolHelper.GetInterfaceMember[[System.__Canon, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.__Canon) [D:\a\1\s\sonaranalyzer-dotnet\src\SonarAnalyzer.CSharp\SonarAnalyzer.CSharp.csproj]82```83 84Source code: https://github.com/SonarSource/sonar-dotnet/blob/734df7968037387faade9353c7aedd1a77c010a0/sonaranalyzer-dotnet/src/SonarAnalyzer.Common/Helpers/SymbolHelper.cs#L9285",1,system accessviolationexception when calling findimplementationforinterfacemember     versions used       net        preview            steps to reproduce       after we upgraded our build pipeline to use    net       preview         instead of         preview         the following exception  thrown by one of our analyzers  is intermittently failing the build          c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error   fatal error  system accessviolationexception  attempted to read or write protected memory  this is often an indication that other memory is corrupt     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols metadata pe pemethodsymbol get explicitinterfaceimplementations      c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols symbolextensions getexplicitinterfaceimplementations microsoft codeanalysis csharp symbol     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol makeexplicitinterfaceimplementationmap      c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol getexplicitimplementationforinterfacemember microsoft codeanalysis csharp symbol     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol computeimplementationforinterfacemember microsoft codeanalysis csharp symbol  microsoft codeanalysis csharp symbols typesymbol  microsoft codeanalysis diagnosticbag  boolean  boolean byref     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol computeimplementationanddiagnosticsforinterfacemember microsoft codeanalysis csharp symbol  boolean  boolean byref     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol findimplementationforinterfacememberinnoninterfacewithdiagnostics microsoft codeanalysis csharp symbol  boolean     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols typesymbol findimplementationforinterfacemember microsoft codeanalysis csharp symbol     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at microsoft codeanalysis csharp symbols publicmodel typesymbol microsoft codeanalysis itypesymbol findimplementationforinterfacemember microsoft codeanalysis isymbol     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at sonaranalyzer helpers symbolhelper  c           b    system   canon     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at system linq enumerable trygetfirst   system collections generic ienumerable     system func     boolean byref     c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at system linq enumerable firstordefault   system collections generic ienumerable     system func        c  hostedtoolcache windows dotnet sdk       preview       roslyn microsoft csharp core targets       error      at sonaranalyzer helpers symbolhelper getinterfacemember   system   canon            source code     ,186483,7807460585.0,IssuesEvent,2018-06-11 16:55:52,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,Fix All operations ignore .editorconfig,Area-Analyzers Bug Resolution-Fixed Tenet-Reliability _Product-level triaged,"**Version Used**: Latest master branch87 88**Steps to Reproduce**:89 901. Use Tools&rarr;Options to configure a preference to never use expression bodied properties, with severity Suggestion91 921. Add a **.editorconfig** with the following line to override the one in Tools&rarr;Options93 94    ```95    csharp_style_expression_bodied_properties = true:suggestion96    ```97 981. Add the following to a document99 100    ```csharp101    internal class MyExample102    {103        public int X104        {105            get106            {107                return 3;108            }109        }110 111        public int Y => 5;112    }113    ```114 1151. On the line with `return 3`, use the light bulb to Fix All in Document.116 117**Expected Behavior**:118 119```csharp120internal class MyExample121{122    public int X => 3;123 124    public int Y => 5;125}126```127 128**Actual Behavior**:129 130```csharp131internal class MyExample132{133    public int X134    {135        get136        {137            return 3;138        }139    }140 141    public int Y { get => 5; }142}143```",True,"Fix All operations ignore .editorconfig - **Version Used**: Latest master branch144 145**Steps to Reproduce**:146 1471. Use Tools&rarr;Options to configure a preference to never use expression bodied properties, with severity Suggestion148 1491. Add a **.editorconfig** with the following line to override the one in Tools&rarr;Options150 151    ```152    csharp_style_expression_bodied_properties = true:suggestion153    ```154 1551. Add the following to a document156 157    ```csharp158    internal class MyExample159    {160        public int X161        {162            get163            {164                return 3;165            }166        }167 168        public int Y => 5;169    }170    ```171 1721. On the line with `return 3`, use the light bulb to Fix All in Document.173 174**Expected Behavior**:175 176```csharp177internal class MyExample178{179    public int X => 3;180 181    public int Y => 5;182}183```184 185**Actual Behavior**:186 187```csharp188internal class MyExample189{190    public int X191    {192        get193        {194            return 3;195        }196    }197 198    public int Y { get => 5; }199}200```",1,fix all operations ignore  editorconfig     version used    latest master branch      steps to reproduce          use tools rarr options to configure a preference to never use expression bodied properties  with severity suggestion       add a    editorconfig   with the following line to override the one in tools rarr options                 csharp style expression bodied properties   true suggestion                add the following to a document           csharp      internal class myexample                 public int x                         get                                 return                                         public int y                             on the line with  return     use the light bulb to fix all in document       expected behavior          csharp  internal class myexample         public int x              public int y                    actual behavior          csharp  internal class myexample         public int x                 get                         return                             public int y   get                ,1201606,8862611267.0,IssuesEvent,2019-01-10 06:48:14,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,VS 2017.15.5.2 crash during 'Rename' operation (of an enum value),Area-IDE Bug Developer Community Resolution-Fixed Tenet-Reliability,"Hi,202 203I open a solution with 14 projects (13 C#/ 1 F#, .NET Framework 4.7), go to a file with a enum, press CTRL+R,R to rename an enum value then VS starts thinking and crashes. Callstack from Event Viewer:204 205Application: devenv.exe206Framework Version: v4.0.30319207Description: The application requested process termination through System.Environment.FailFast(string message).208Message: System.NullReferenceException: Object reference not set to an instance of an object.209   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver.Session.&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()210Stack:211   at System.Environment.FailFast(System.String, System.Exception)212   at Microsoft.CodeAnalysis.FailFast.OnFatalException(System.Exception)213   at Microsoft.CodeAnalysis.ErrorReporting.FatalError.Report(System.Exception, System.Action`1&lt;System.Exception&gt;)214   at Microsoft.CodeAnalysis.ErrorReporting.FatalError.ReportUnlessCanceled(System.Exception)215   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()216   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()217   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24, Microsoft.CodeAnalysis.Workspaces, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24 ByRef)218   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session.FindDocumentsAndPossibleNameConflicts()219   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;ResolveConflictsAsync&gt;d__18.MoveNext()220   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;ResolveConflictsAsync&gt;d__18, Microsoft.CodeAnalysis.Workspaces, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;ResolveConflictsAsync&gt;d__18 ByRef)221   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session.ResolveConflictsAsync()222   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver.ResolveConflictsAsync(Microsoft.CodeAnalysis.Rename.RenameLocations, System.String, System.String, Microsoft.CodeAnalysis.Options.OptionSet, System.Func`2&lt;System.Collections.Generic.IEnumerable`1&lt;Microsoft.CodeAnalysis.ISymbol&gt;,System.Nullable`1&lt;Boolean&gt;&gt;, System.Threading.CancellationToken)223   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet+&lt;GetReplacementsAsync&gt;d__7.MoveNext()224   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet+&lt;GetReplacementsAsync&gt;d__7, Microsoft.CodeAnalysis.EditorFeatures, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;GetReplacementsAsync&gt;d__7 ByRef)225   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet.GetReplacementsAsync(System.String, Microsoft.CodeAnalysis.Options.OptionSet, System.Threading.CancellationToken)226   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession+&lt;&gt;c__DisplayClass62_0.&lt;UpdateConflictResolutionTask&gt;b__0(System.Threading.Tasks.Task`1&lt;Microsoft.CodeAnalysis.Editor.IInlineRenameLocationSet&gt;)227   at Roslyn.Utilities.TaskExtensions+&lt;&gt;c__DisplayClass16_0`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].&lt;SafeContinueWithFromAsync&gt;b__0(System.Threading.Tasks.Task)228   at System.Threading.Tasks.ContinuationResultTaskFromTask`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerInvoke()229   at System.Threading.Tasks.Task.Execute()230   at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object)231   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)232   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)233   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)234   at System.Threading.Tasks.Task.ExecuteEntry(Boolean)235   at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()236   at System.Threading.ThreadPoolWorkQueue.Dispatch()237   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()238 239_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/167118/vs-201751-crash-during-rename-operation-of-an-enum.html240VSTS ticketId: 537912_241_These are the original issue comments:_242 243Phillip Carter [MSFT] on 12/16/2017, 02:14 PM (4 days ago): <p>Hello Cyril,</p><p><br>Did you invoke rename on an F# enum or a C# enum? Are the enums consumed by other languages? (e.g., C# enum --&gt; used by F#, or F# enum --&gt; used by C#)</p>244 245Cyril Andreichuk on 12/18/2017, 01:42 AM (2 days ago): <p>hi,</p><p>1) it's C# enum (have you checked the attached files? you can see it there :))</p><p>2) the enum is not used in F# code. F# project references the project with the enum.</p><p>3) the issue can be reproduced on VS 15.5.2</p>246 247Phillip Carter [MSFT] on 12/18/2017, 08:31 AM (2 days ago): <p>Thank you for the info! I work on the F# team, so I wanted to reach out about this before routing the bug to the appropriate team. It seems our system saw ""F#"" in the report and routed it my direction. I'll direct this to the C# IDE team.</p>248 249_These are the original issue solutions:_250(no solutions)",True,"VS 2017.15.5.2 crash during 'Rename' operation (of an enum value) - Hi,251 252I open a solution with 14 projects (13 C#/ 1 F#, .NET Framework 4.7), go to a file with a enum, press CTRL+R,R to rename an enum value then VS starts thinking and crashes. Callstack from Event Viewer:253 254Application: devenv.exe255Framework Version: v4.0.30319256Description: The application requested process termination through System.Environment.FailFast(string message).257Message: System.NullReferenceException: Object reference not set to an instance of an object.258   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver.Session.&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()259Stack:260   at System.Environment.FailFast(System.String, System.Exception)261   at Microsoft.CodeAnalysis.FailFast.OnFatalException(System.Exception)262   at Microsoft.CodeAnalysis.ErrorReporting.FatalError.Report(System.Exception, System.Action`1&lt;System.Exception&gt;)263   at Microsoft.CodeAnalysis.ErrorReporting.FatalError.ReportUnlessCanceled(System.Exception)264   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()265   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24.MoveNext()266   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[[Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24, Microsoft.CodeAnalysis.Workspaces, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;FindDocumentsAndPossibleNameConflicts&gt;d__24 ByRef)267   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session.FindDocumentsAndPossibleNameConflicts()268   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;ResolveConflictsAsync&gt;d__18.MoveNext()269   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session+&lt;ResolveConflictsAsync&gt;d__18, Microsoft.CodeAnalysis.Workspaces, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;ResolveConflictsAsync&gt;d__18 ByRef)270   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver+Session.ResolveConflictsAsync()271   at Microsoft.CodeAnalysis.Rename.ConflictEngine.ConflictResolver.ResolveConflictsAsync(Microsoft.CodeAnalysis.Rename.RenameLocations, System.String, System.String, Microsoft.CodeAnalysis.Options.OptionSet, System.Func`2&lt;System.Collections.Generic.IEnumerable`1&lt;Microsoft.CodeAnalysis.ISymbol&gt;,System.Nullable`1&lt;Boolean&gt;&gt;, System.Threading.CancellationToken)272   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet+&lt;GetReplacementsAsync&gt;d__7.MoveNext()273   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Start[[Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet+&lt;GetReplacementsAsync&gt;d__7, Microsoft.CodeAnalysis.EditorFeatures, Version=2.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]](&lt;GetReplacementsAsync&gt;d__7 ByRef)274   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.AbstractEditorInlineRenameService+InlineRenameLocationSet.GetReplacementsAsync(System.String, Microsoft.CodeAnalysis.Options.OptionSet, System.Threading.CancellationToken)275   at Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.InlineRenameSession+&lt;&gt;c__DisplayClass62_0.&lt;UpdateConflictResolutionTask&gt;b__0(System.Threading.Tasks.Task`1&lt;Microsoft.CodeAnalysis.Editor.IInlineRenameLocationSet&gt;)276   at Roslyn.Utilities.TaskExtensions+&lt;&gt;c__DisplayClass16_0`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].&lt;SafeContinueWithFromAsync&gt;b__0(System.Threading.Tasks.Task)277   at System.Threading.Tasks.ContinuationResultTaskFromTask`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerInvoke()278   at System.Threading.Tasks.Task.Execute()279   at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object)280   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)281   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)282   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)283   at System.Threading.Tasks.Task.ExecuteEntry(Boolean)284   at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()285   at System.Threading.ThreadPoolWorkQueue.Dispatch()286   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()287 288_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/167118/vs-201751-crash-during-rename-operation-of-an-enum.html289VSTS ticketId: 537912_290_These are the original issue comments:_291 292Phillip Carter [MSFT] on 12/16/2017, 02:14 PM (4 days ago): <p>Hello Cyril,</p><p><br>Did you invoke rename on an F# enum or a C# enum? Are the enums consumed by other languages? (e.g., C# enum --&gt; used by F#, or F# enum --&gt; used by C#)</p>293 294Cyril Andreichuk on 12/18/2017, 01:42 AM (2 days ago): <p>hi,</p><p>1) it's C# enum (have you checked the attached files? you can see it there :))</p><p>2) the enum is not used in F# code. F# project references the project with the enum.</p><p>3) the issue can be reproduced on VS 15.5.2</p>295 296Phillip Carter [MSFT] on 12/18/2017, 08:31 AM (2 days ago): <p>Thank you for the info! I work on the F# team, so I wanted to reach out about this before routing the bug to the appropriate team. It seems our system saw ""F#"" in the report and routed it my direction. I'll direct this to the C# IDE team.</p>297 298_These are the original issue solutions:_299(no solutions)",1,vs         crash during  rename  operation  of an enum value    hi   i open a solution with   projects    c     f    net framework       go to a file with a enum  press ctrl r r to rename an enum value then vs starts thinking and crashes  callstack from event viewer   application  devenv exe framework version        description  the application requested process termination through system environment failfast string message   message  system nullreferenceexception  object reference not set to an instance of an object     at microsoft codeanalysis rename conflictengine conflictresolver session  lt finddocumentsandpossiblenameconflicts gt d    movenext   stack     at system environment failfast system string  system exception     at microsoft codeanalysis failfast onfatalexception system exception     at microsoft codeanalysis errorreporting fatalerror report system exception  system action   lt system exception gt      at microsoft codeanalysis errorreporting fatalerror reportunlesscanceled system exception     at microsoft codeanalysis rename conflictengine conflictresolver session  lt finddocumentsandpossiblenameconflicts gt d    movenext      at microsoft codeanalysis rename conflictengine conflictresolver session  lt finddocumentsandpossiblenameconflicts gt d    movenext      at system runtime compilerservices asynctaskmethodbuilder start    lt finddocumentsandpossiblenameconflicts gt d    byref     at microsoft codeanalysis rename conflictengine conflictresolver session finddocumentsandpossiblenameconflicts      at microsoft codeanalysis rename conflictengine conflictresolver session  lt resolveconflictsasync gt d    movenext      at system runtime compilerservices asynctaskmethodbuilder     start    lt resolveconflictsasync gt d    byref     at microsoft codeanalysis rename conflictengine conflictresolver session resolveconflictsasync      at microsoft codeanalysis rename conflictengine conflictresolver resolveconflictsasync microsoft codeanalysis rename renamelocations  system string  system string  microsoft codeanalysis options optionset  system func   lt system collections generic ienumerable   lt microsoft codeanalysis isymbol gt  system nullable   lt boolean gt  gt   system threading cancellationtoken     at microsoft codeanalysis editor implementation inlinerename abstracteditorinlinerenameservice inlinerenamelocationset  lt getreplacementsasync gt d    movenext      at system runtime compilerservices asynctaskmethodbuilder     start    lt getreplacementsasync gt d    byref     at microsoft codeanalysis editor implementation inlinerename abstracteditorinlinerenameservice inlinerenamelocationset getreplacementsasync system string  microsoft codeanalysis options optionset  system threading cancellationtoken     at microsoft codeanalysis editor implementation inlinerename inlinerenamesession  lt  gt c       lt updateconflictresolutiontask gt b    system threading tasks task   lt microsoft codeanalysis editor iinlinerenamelocationset gt      at roslyn utilities taskextensions  lt  gt c             lt safecontinuewithfromasync gt b    system threading tasks task     at system threading tasks continuationresulttaskfromtask     innerinvoke      at system threading tasks task execute      at system threading tasks task executioncontextcallback system object     at system threading executioncontext runinternal system threading executioncontext  system threading contextcallback  system object  boolean     at system threading executioncontext run system threading executioncontext  system threading contextcallback  system object  boolean     at system threading tasks task executewiththreadlocal system threading tasks task byref     at system threading tasks task executeentry boolean     at system threading tasks task system threading ithreadpoolworkitem executeworkitem      at system threading threadpoolworkqueue dispatch      at system threading  threadpoolwaitcallback performwaitcallback     this issue has been moved from   vsts ticketid      these are the original issue comments    phillip carter   on            pm    days ago    hello cyril    did you invoke rename on an f  enum or a c  enum  are the enums consumed by other languages   e g   c  enum    gt  used by f   or f  enum    gt  used by c     cyril andreichuk on            am    days ago    hi      it s c  enum  have you checked the attached files  you can see it there         the enum is not used in f  code  f  project references the project with the enum      the issue can be reproduced on vs         phillip carter   on            am    days ago    thank you for the info  i work on the f  team  so i wanted to reach out about this before routing the bug to the appropriate team  it seems our system saw  f   in the report and routed it my direction  i ll direct this to the c  ide team     these are the original issue solutions    no solutions ,13001043,12491015904.0,IssuesEvent,2020-06-01 02:32:18,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,opened,System.NullReferenceException in CSharpCreateTestAccessorFixer,Area-Analyzers Bug Tenet-Reliability,"```301System.NullReferenceException : Object reference not set to an instance of an object.302   at Microsoft.CodeAnalysis.CSharp.CSharpExtensions.Kind(SyntaxNode node)303   at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetDeclaredSymbolCore(SyntaxNode node,CancellationToken cancellationToken)304   at async Roslyn.Diagnostics.Analyzers.CreateTestAccessorFixer.RegisterCodeFixesAsync(<Unknown Parameters>)305   at async Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformActionAsync(<Unknown Parameters>)306   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)307```",True,"System.NullReferenceException in CSharpCreateTestAccessorFixer - ```308System.NullReferenceException : Object reference not set to an instance of an object.309   at Microsoft.CodeAnalysis.CSharp.CSharpExtensions.Kind(SyntaxNode node)310   at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetDeclaredSymbolCore(SyntaxNode node,CancellationToken cancellationToken)311   at async Roslyn.Diagnostics.Analyzers.CreateTestAccessorFixer.RegisterCodeFixesAsync(<Unknown Parameters>)312   at async Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformActionAsync(<Unknown Parameters>)313   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)314```",1,system nullreferenceexception in csharpcreatetestaccessorfixer        system nullreferenceexception   object reference not set to an instance of an object      at microsoft codeanalysis csharp csharpextensions kind syntaxnode node      at microsoft codeanalysis csharp csharpsemanticmodel getdeclaredsymbolcore syntaxnode node cancellationtoken cancellationtoken      at async roslyn diagnostics analyzers createtestaccessorfixer registercodefixesasync        at async microsoft codeanalysis extensions iextensionmanagerextensions performactionasync        at microsoft visualstudio telemetry windowserrorreporting watsonreport getclrwatsonexceptioninfo exception exceptionobject      ,13151362,15380554444.0,IssuesEvent,2021-03-02 21:16:46,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,Stack overflow in SymbolEquivalenceComparer,Area-IDE Bug Tenet-Reliability,"Moved from https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1124060316 317```318at mscorlib.ni!System.String.Equals in string.cs319at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsTupleTypeOfCardinality in NamedTypeSymbol.cs320at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_IsTupleType in TupleTypeSymbol.cs321at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_TupleData in TupleTypeSymbol.cs322at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_TupleElements in TupleTypeSymbol.cs323at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.NamedTypeSymbol.Microsoft.CodeAnalysis.INamedTypeSymbol.get_TupleElements in NamedTypeSymbol.cs324at Microsoft.CodeAnalysis.Workspaces!Microsoft.CodeAnalysis.Shared.Utilities.SymbolEquivalenceComparer in SymbolEquivalenceComparer.EquivalenceVisitor.cs325at Microsoft.CodeAnalysis.Workspaces!Microsoft.CodeAnalysis.Shared.Utilities.SymbolEquivalenceComparer in SymbolEquivalenceComparer.EquivalenceVisitor.cs326...327```",True,"Stack overflow in SymbolEquivalenceComparer - Moved from https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1124060328 329```330at mscorlib.ni!System.String.Equals in string.cs331at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.IsTupleTypeOfCardinality in NamedTypeSymbol.cs332at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_IsTupleType in TupleTypeSymbol.cs333at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_TupleData in TupleTypeSymbol.cs334at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.get_TupleElements in TupleTypeSymbol.cs335at Microsoft.CodeAnalysis.CSharp!Microsoft.CodeAnalysis.CSharp.Symbols.PublicModel.NamedTypeSymbol.Microsoft.CodeAnalysis.INamedTypeSymbol.get_TupleElements in NamedTypeSymbol.cs336at Microsoft.CodeAnalysis.Workspaces!Microsoft.CodeAnalysis.Shared.Utilities.SymbolEquivalenceComparer in SymbolEquivalenceComparer.EquivalenceVisitor.cs337at Microsoft.CodeAnalysis.Workspaces!Microsoft.CodeAnalysis.Shared.Utilities.SymbolEquivalenceComparer in SymbolEquivalenceComparer.EquivalenceVisitor.cs338...339```",1,stack overflow in symbolequivalencecomparer   moved from           at mscorlib ni system string equals in string cs  at microsoft codeanalysis csharp microsoft codeanalysis csharp symbols namedtypesymbol istupletypeofcardinality in namedtypesymbol cs  at microsoft codeanalysis csharp microsoft codeanalysis csharp symbols namedtypesymbol get istupletype in tupletypesymbol cs  at microsoft codeanalysis csharp microsoft codeanalysis csharp symbols namedtypesymbol get tupledata in tupletypesymbol cs  at microsoft codeanalysis csharp microsoft codeanalysis csharp symbols namedtypesymbol get tupleelements in tupletypesymbol cs  at microsoft codeanalysis csharp microsoft codeanalysis csharp symbols publicmodel namedtypesymbol microsoft codeanalysis inamedtypesymbol get tupleelements in namedtypesymbol cs  at microsoft codeanalysis workspaces microsoft codeanalysis shared utilities symbolequivalencecomparer in symbolequivalencecomparer equivalencevisitor cs  at microsoft codeanalysis workspaces microsoft codeanalysis shared utilities symbolequivalencecomparer in symbolequivalencecomparer equivalencevisitor cs          ,1340875,11296096247.0,IssuesEvent,2020-01-17 00:30:29,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,Use a singleton for AnalyzerActions.Empty,Area-Analyzers Concept-Continuous Improvement Developer Community Tenet-Reliability,"**Version Used**: Unknown341 342:link: https://developercommunity.visualstudio.com/content/problem/531240/occasional-outofmemoryexception.html343 344One of the heap dumps showed 3,486,047 instances of Microsoft.CodeAnalysis.Diagnostics.AnalyzerActions, but at most 5,000 were not empty. Using a singleton for the empty case would save a large amount of memory.345 346As a step past this, we could attempt avoid placing empty items in the dictionary at all, and internally treat missing the same as empty.",True,"Use a singleton for AnalyzerActions.Empty - **Version Used**: Unknown347 348:link: https://developercommunity.visualstudio.com/content/problem/531240/occasional-outofmemoryexception.html349 350One of the heap dumps showed 3,486,047 instances of Microsoft.CodeAnalysis.Diagnostics.AnalyzerActions, but at most 5,000 were not empty. Using a singleton for the empty case would save a large amount of memory.351 352As a step past this, we could attempt avoid placing empty items in the dictionary at all, and internally treat missing the same as empty.",1,use a singleton for analyzeractions empty     version used    unknown     link       one of the heap dumps showed       instances of microsoft codeanalysis diagnostics analyzeractions  but at most     were not empty  using a singleton for the empty case would save a large amount of memory     as a step past this  we could attempt avoid placing empty items in the dictionary at all  and internally treat missing the same as empty ,1353152,4578893667.0,IssuesEvent,2016-09-18 00:01:58,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,opened,Crash in DecisionTreeComputer,Area-Compilers Bug Tenet-Reliability,"**Version Used**: 354 355**Steps to Reproduce**:356 3571. Open Roslyn.sln with Full Solution Analysis enabled and wait. 358 **Result** 359Crash at:360>   at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)361   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)362   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(ByValue byValue, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)363   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(DecisionTree decision, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)364   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(ByType byType, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)365   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(DecisionTree decision, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)366   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddToDecisionTree(DecisionTree decisionTree, BoundPatternSwitchLabel label)367   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.ComputeDecisionTree()368   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.ComputeDecisionTree(DiagnosticBag diagnostics)369   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.EnsureDecisionTree()370   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.get_DecisionTreeDiagnostics()371   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitPatternSwitchStatement(BoundPatternSwitchStatement node)372   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.Accept(BoundTreeVisitor visitor)373   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)374   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)375   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)376   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)377   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)378   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)379   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)380   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitBlock(BoundBlock node)381   at Microsoft.CodeAnalysis.CSharp.BoundBlock.Accept(BoundTreeVisitor visitor)382   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)383   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)384   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)385   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)386   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)387   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)388   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)389   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWhileStatement(BoundWhileStatement node)390   at Microsoft.CodeAnalysis.CSharp.BoundWhileStatement.Accept(BoundTreeVisitor visitor)391   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)392   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)393   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)394   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)395   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)396   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)397   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)398   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitBlock(BoundBlock node)399   at Microsoft.CodeAnalysis.CSharp.BoundBlock.Accept(BoundTreeVisitor visitor)400   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)401   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)402   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)403   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)404   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)405   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Scan(Boolean& badRegion)406   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Scan(Boolean& badRegion)407   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Analyze(Boolean& badRegion)408   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Analyze(Boolean& badRegion, DiagnosticBag diagnostics)409   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Analyze(CSharpCompilation compilation, Symbol member, BoundBlock block, DiagnosticBag diagnostics)410   at Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Analyze(CSharpCompilation compilation, MethodSymbol method, BoundBlock block, DiagnosticBag diagnostics)411   at Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Rewrite(MethodSymbol method, BoundBlock block, DiagnosticBag diagnostics, Boolean hasTrailingExpression, Boolean originalBodyNested)412   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(MethodSymbol methodSymbol, Int32 methodOrdinal, ProcessedFieldInitializers& processedInitializers, SynthesizedSubmissionFields previousSubmissionFields, TypeCompilationState compilationState)413   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(NamedTypeSymbol containingType)414   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamedType(NamedTypeSymbol symbol, TypeCompilationState arg)415   at Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)416   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)417   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)418   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)419   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)420   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)421   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)422   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)423   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)424   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)425   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)426   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethodBodies(CSharpCompilation compilation, PEModuleBuilder moduleBeingBuiltOpt, Boolean generateDebugInfo, Boolean hasDeclarationErrors, DiagnosticBag diagnostics, Predicate`1 filterOpt, CancellationToken cancellationToken)427   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnosticsForAllMethodBodies(DiagnosticBag diagnostics, CancellationToken cancellationToken)428   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnostics(CompilationStage stage, Boolean includeEarlierStages, CancellationToken cancellationToken)429   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnostics(CancellationToken cancellationToken)430   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<ComputeAnalyzerDiagnosticsWithoutStateTrackingAsync>d__48.MoveNext()431--- End of stack trace from previous location where exception was thrown ---432   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)433   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)434   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()435   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<GetAnalysisResultWithoutStateTrackingAsync>d__46.MoveNext()436--- End of stack trace from previous location where exception was thrown ---437   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)438   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)439   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()440   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<GetAnalysisResultAsync>d__39.MoveNext()441--- End of stack trace from previous location where exception was thrown ---442   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)443   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)444   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()445   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.InProcCodeAnalysisDiagnosticAnalyzerExecutor.AnalyzerExecutor.<AnalyzeAsync>d__0.MoveNext()446--- End of stack trace from previous location where exception was thrown ---447   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)448   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)449   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()450   at Microsoft.VisualStudio.LanguageServices.Implementation.Diagnostics.VisualStudioDiagnosticAnalyzerExecutor.<AnalyzeAsync>d__0.MoveNext()451--- End of stack trace from previous location where exception was thrown ---452   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)453   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)454   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()455   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.DiagnosticIncrementalAnalyzer.Executor.<AnalyzeAsync>d__19.MoveNext()456--- End of stack trace from previous location where exception was thrown ---457   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)458   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)459   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()460   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.DiagnosticIncrementalAnalyzer.Executor.<ComputeDiagnosticsAsync>d__6.MoveNext()",True,"Crash in DecisionTreeComputer - **Version Used**: 461 462**Steps to Reproduce**:463 4641. Open Roslyn.sln with Full Solution Analysis enabled and wait. 465 **Result** 466Crash at:467>   at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)468   at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)469   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(ByValue byValue, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)470   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(DecisionTree decision, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)471   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(ByType byType, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)472   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddByValue(DecisionTree decision, BoundExpression value, DecisionMaker makeDecision, Boolean hasErrors)473   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.AddToDecisionTree(DecisionTree decisionTree, BoundPatternSwitchLabel label)474   at Microsoft.CodeAnalysis.CSharp.DecisionTreeComputer.ComputeDecisionTree()475   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.ComputeDecisionTree(DiagnosticBag diagnostics)476   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.EnsureDecisionTree()477   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.get_DecisionTreeDiagnostics()478   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitPatternSwitchStatement(BoundPatternSwitchStatement node)479   at Microsoft.CodeAnalysis.CSharp.BoundPatternSwitchStatement.Accept(BoundTreeVisitor visitor)480   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)481   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)482   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)483   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)484   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)485   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)486   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)487   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitBlock(BoundBlock node)488   at Microsoft.CodeAnalysis.CSharp.BoundBlock.Accept(BoundTreeVisitor visitor)489   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)490   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)491   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)492   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)493   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)494   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)495   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)496   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWhileStatement(BoundWhileStatement node)497   at Microsoft.CodeAnalysis.CSharp.BoundWhileStatement.Accept(BoundTreeVisitor visitor)498   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)499   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)500   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)501   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)502   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)503   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitStatement(BoundStatement statement)504   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.VisitStatement(BoundStatement statement)505   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitBlock(BoundBlock node)506   at Microsoft.CodeAnalysis.CSharp.BoundBlock.Accept(BoundTreeVisitor visitor)507   at Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.Visit(BoundNode node)508   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitWithStackGuard(BoundNode node)509   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.VisitAlways(BoundNode node)510   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Visit(BoundNode node)511   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Visit(BoundNode node)512   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Scan(Boolean& badRegion)513   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Scan(Boolean& badRegion)514   at Microsoft.CodeAnalysis.CSharp.PreciseAbstractFlowPass`1.Analyze(Boolean& badRegion)515   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Analyze(Boolean& badRegion, DiagnosticBag diagnostics)516   at Microsoft.CodeAnalysis.CSharp.ControlFlowPass.Analyze(CSharpCompilation compilation, Symbol member, BoundBlock block, DiagnosticBag diagnostics)517   at Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Analyze(CSharpCompilation compilation, MethodSymbol method, BoundBlock block, DiagnosticBag diagnostics)518   at Microsoft.CodeAnalysis.CSharp.FlowAnalysisPass.Rewrite(MethodSymbol method, BoundBlock block, DiagnosticBag diagnostics, Boolean hasTrailingExpression, Boolean originalBodyNested)519   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethod(MethodSymbol methodSymbol, Int32 methodOrdinal, ProcessedFieldInitializers& processedInitializers, SynthesizedSubmissionFields previousSubmissionFields, TypeCompilationState compilationState)520   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamedType(NamedTypeSymbol containingType)521   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamedType(NamedTypeSymbol symbol, TypeCompilationState arg)522   at Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)523   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)524   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)525   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)526   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)527   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)528   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)529   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)530   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.VisitNamespace(NamespaceSymbol symbol, TypeCompilationState arg)531   at Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.Accept[TArgument,TResult](CSharpSymbolVisitor`2 visitor, TArgument argument)532   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileNamespace(NamespaceSymbol symbol)533   at Microsoft.CodeAnalysis.CSharp.MethodCompiler.CompileMethodBodies(CSharpCompilation compilation, PEModuleBuilder moduleBeingBuiltOpt, Boolean generateDebugInfo, Boolean hasDeclarationErrors, DiagnosticBag diagnostics, Predicate`1 filterOpt, CancellationToken cancellationToken)534   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnosticsForAllMethodBodies(DiagnosticBag diagnostics, CancellationToken cancellationToken)535   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnostics(CompilationStage stage, Boolean includeEarlierStages, CancellationToken cancellationToken)536   at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetDiagnostics(CancellationToken cancellationToken)537   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<ComputeAnalyzerDiagnosticsWithoutStateTrackingAsync>d__48.MoveNext()538--- End of stack trace from previous location where exception was thrown ---539   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)540   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)541   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()542   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<GetAnalysisResultWithoutStateTrackingAsync>d__46.MoveNext()543--- End of stack trace from previous location where exception was thrown ---544   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)545   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)546   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()547   at Microsoft.CodeAnalysis.Diagnostics.CompilationWithAnalyzers.<GetAnalysisResultAsync>d__39.MoveNext()548--- End of stack trace from previous location where exception was thrown ---549   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)550   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)551   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()552   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.InProcCodeAnalysisDiagnosticAnalyzerExecutor.AnalyzerExecutor.<AnalyzeAsync>d__0.MoveNext()553--- End of stack trace from previous location where exception was thrown ---554   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)555   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)556   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()557   at Microsoft.VisualStudio.LanguageServices.Implementation.Diagnostics.VisualStudioDiagnosticAnalyzerExecutor.<AnalyzeAsync>d__0.MoveNext()558--- End of stack trace from previous location where exception was thrown ---559   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)560   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)561   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()562   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.DiagnosticIncrementalAnalyzer.Executor.<AnalyzeAsync>d__19.MoveNext()563--- End of stack trace from previous location where exception was thrown ---564   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)565   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)566   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()567   at Microsoft.CodeAnalysis.Diagnostics.EngineV2.DiagnosticIncrementalAnalyzer.Executor.<ComputeDiagnosticsAsync>d__6.MoveNext()",1,crash in decisiontreecomputer     version used          steps to reproduce          open roslyn sln with full solution analysis enabled and wait       result     crash at       at system collections generic dictionary   findentry tkey key      at system collections generic dictionary   trygetvalue tkey key  tvalue  value      at microsoft codeanalysis csharp decisiontreecomputer addbyvalue byvalue byvalue  boundexpression value  decisionmaker makedecision  boolean haserrors      at microsoft codeanalysis csharp decisiontreecomputer addbyvalue decisiontree decision  boundexpression value  decisionmaker makedecision  boolean haserrors      at microsoft codeanalysis csharp decisiontreecomputer addbyvalue bytype bytype  boundexpression value  decisionmaker makedecision  boolean haserrors      at microsoft codeanalysis csharp decisiontreecomputer addbyvalue decisiontree decision  boundexpression value  decisionmaker makedecision  boolean haserrors      at microsoft codeanalysis csharp decisiontreecomputer addtodecisiontree decisiontree decisiontree  boundpatternswitchlabel label      at microsoft codeanalysis csharp decisiontreecomputer computedecisiontree       at microsoft codeanalysis csharp boundpatternswitchstatement computedecisiontree diagnosticbag diagnostics      at microsoft codeanalysis csharp boundpatternswitchstatement ensuredecisiontree       at microsoft codeanalysis csharp boundpatternswitchstatement get decisiontreediagnostics       at microsoft codeanalysis csharp controlflowpass visitpatternswitchstatement boundpatternswitchstatement node      at microsoft codeanalysis csharp boundpatternswitchstatement accept boundtreevisitor visitor      at microsoft codeanalysis csharp boundtreevisitor visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitwithstackguard boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitalways boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visit boundnode node      at microsoft codeanalysis csharp controlflowpass visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitstatement boundstatement statement      at microsoft codeanalysis csharp controlflowpass visitstatement boundstatement statement      at microsoft codeanalysis csharp preciseabstractflowpass   visitblock boundblock node      at microsoft codeanalysis csharp boundblock accept boundtreevisitor visitor      at microsoft codeanalysis csharp boundtreevisitor visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitwithstackguard boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitalways boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visit boundnode node      at microsoft codeanalysis csharp controlflowpass visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitstatement boundstatement statement      at microsoft codeanalysis csharp controlflowpass visitstatement boundstatement statement      at microsoft codeanalysis csharp preciseabstractflowpass   visitwhilestatement boundwhilestatement node      at microsoft codeanalysis csharp boundwhilestatement accept boundtreevisitor visitor      at microsoft codeanalysis csharp boundtreevisitor visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitwithstackguard boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitalways boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visit boundnode node      at microsoft codeanalysis csharp controlflowpass visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitstatement boundstatement statement      at microsoft codeanalysis csharp controlflowpass visitstatement boundstatement statement      at microsoft codeanalysis csharp preciseabstractflowpass   visitblock boundblock node      at microsoft codeanalysis csharp boundblock accept boundtreevisitor visitor      at microsoft codeanalysis csharp boundtreevisitor visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitwithstackguard boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visitalways boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   visit boundnode node      at microsoft codeanalysis csharp controlflowpass visit boundnode node      at microsoft codeanalysis csharp preciseabstractflowpass   scan boolean  badregion      at microsoft codeanalysis csharp controlflowpass scan boolean  badregion      at microsoft codeanalysis csharp preciseabstractflowpass   analyze boolean  badregion      at microsoft codeanalysis csharp controlflowpass analyze boolean  badregion  diagnosticbag diagnostics      at microsoft codeanalysis csharp controlflowpass analyze csharpcompilation compilation  symbol member  boundblock block  diagnosticbag diagnostics      at microsoft codeanalysis csharp flowanalysispass analyze csharpcompilation compilation  methodsymbol method  boundblock block  diagnosticbag diagnostics      at microsoft codeanalysis csharp flowanalysispass rewrite methodsymbol method  boundblock block  diagnosticbag diagnostics  boolean hastrailingexpression  boolean originalbodynested      at microsoft codeanalysis csharp methodcompiler compilemethod methodsymbol methodsymbol    methodordinal  processedfieldinitializers  processedinitializers  synthesizedsubmissionfields previoussubmissionfields  typecompilationstate compilationstate      at microsoft codeanalysis csharp methodcompiler compilenamedtype namedtypesymbol containingtype      at microsoft codeanalysis csharp methodcompiler visitnamedtype namedtypesymbol symbol  typecompilationstate arg      at microsoft codeanalysis csharp symbols namedtypesymbol accept  csharpsymbolvisitor   visitor  targument argument      at microsoft codeanalysis csharp methodcompiler compilenamespace namespacesymbol symbol      at microsoft codeanalysis csharp methodcompiler visitnamespace namespacesymbol symbol  typecompilationstate arg      at microsoft codeanalysis csharp symbols namespacesymbol accept  csharpsymbolvisitor   visitor  targument argument      at microsoft codeanalysis csharp methodcompiler compilenamespace namespacesymbol symbol      at microsoft codeanalysis csharp methodcompiler visitnamespace namespacesymbol symbol  typecompilationstate arg      at microsoft codeanalysis csharp symbols namespacesymbol accept  csharpsymbolvisitor   visitor  targument argument      at microsoft codeanalysis csharp methodcompiler compilenamespace namespacesymbol symbol      at microsoft codeanalysis csharp methodcompiler visitnamespace namespacesymbol symbol  typecompilationstate arg      at microsoft codeanalysis csharp symbols namespacesymbol accept  csharpsymbolvisitor   visitor  targument argument      at microsoft codeanalysis csharp methodcompiler compilenamespace namespacesymbol symbol      at microsoft codeanalysis csharp methodcompiler compilemethodbodies csharpcompilation compilation  pemodulebuilder modulebeingbuiltopt  boolean generatedebuginfo  boolean hasdeclarationerrors  diagnosticbag diagnostics  predicate   filteropt  cancellationtoken cancellationtoken      at microsoft codeanalysis csharp csharpcompilation getdiagnosticsforallmethodbodies diagnosticbag diagnostics  cancellationtoken cancellationtoken      at microsoft codeanalysis csharp csharpcompilation getdiagnostics compilationstage stage  boolean includeearlierstages  cancellationtoken cancellationtoken      at microsoft codeanalysis csharp csharpcompilation getdiagnostics cancellationtoken cancellationtoken      at microsoft codeanalysis diagnostics compilationwithanalyzers  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable configuredtaskawaiter getresult       at microsoft codeanalysis diagnostics compilationwithanalyzers  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable   configuredtaskawaiter getresult       at microsoft codeanalysis diagnostics compilationwithanalyzers  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable   configuredtaskawaiter getresult       at microsoft codeanalysis diagnostics   inproccodeanalysisdiagnosticanalyzerexecutor analyzerexecutor  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable   configuredtaskawaiter getresult       at microsoft visualstudio languageservices implementation diagnostics visualstudiodiagnosticanalyzerexecutor  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable   configuredtaskawaiter getresult       at microsoft codeanalysis diagnostics   diagnosticincrementalanalyzer executor  d    movenext        end of stack trace from previous location where exception was thrown         at system runtime compilerservices taskawaiter throwfornonsuccess task task      at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification task task      at system runtime compilerservices configuredtaskawaitable   configuredtaskawaiter getresult       at microsoft codeanalysis diagnostics   diagnosticincrementalanalyzer executor  d    movenext  ,1568951,11768132380.0,IssuesEvent,2020-03-15 08:42:29,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,StackOverflow in IncrementallyParseTreeAsync,Area-IDE Bug Tenet-Reliability,"From @kumpera:569 570https://bugzilla.xamarin.com/show_bug.cgi?id=55597571 5721) checkout mono5732) open mcs/class/corlib/corlib-net_4_x.csproj5743) open string.cs5754) scroll to the bottom and wait for Roslyn analysis to show up - tons of yellow stuff will light up on the right side5765) start typing on the last line577 578After some typing (20ish words) I get a stack overflow followed by a hard crash on this stack:579 580```581(lldb) bt 40582* thread #114, name = 'Threadpool worker', stop reason = EXC_BAD_ACCESS (code=2, address=0x7000042c0ff8)583  * frame #0: Mono`System.Environment:get_CurrentManagedThreadId () at Environment.cs:163584    frame #1: 0x0000000147e77851 Mono`Roslyn.Utilities.NonReentrantLock:get_IsOwnedByMe () + 33585    frame #2: 0x0000000147e773bf Mono`Roslyn.Utilities.NonReentrantLock:Wait (System.Threading.CancellationToken) + 111586    frame #3: 0x000000014801bdeb Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:TakeLock (System.Threading.CancellationToken) + 107587    frame #4: 0x000000014801b6e8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 728588    frame #5: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020589    frame #6: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471590    frame #7: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280591    frame #8: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42592    frame #9: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344593    frame #10: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423594    frame #11: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020595    frame #12: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471596    frame #13: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280597    frame #14: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42598    frame #15: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344599    frame #16: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423600    frame #17: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020601    frame #18: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471602    frame #19: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280603    frame #20: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42604    frame #21: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344605    frame #22: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423606    frame #23: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020607    frame #24: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471608    frame #25: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280609    frame #26: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42610    frame #27: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344611    frame #28: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423612    frame #29: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020613    frame #30: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471614    frame #31: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280615    frame #32: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42616    frame #33: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344617    frame #34: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423618    frame #35: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020619    frame #36: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471620    frame #37: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280621    frame #38: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42622    frame #39: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344623(lldb) 624```",True,"StackOverflow in IncrementallyParseTreeAsync - From @kumpera:625 626https://bugzilla.xamarin.com/show_bug.cgi?id=55597627 6281) checkout mono6292) open mcs/class/corlib/corlib-net_4_x.csproj6303) open string.cs6314) scroll to the bottom and wait for Roslyn analysis to show up - tons of yellow stuff will light up on the right side6325) start typing on the last line633 634After some typing (20ish words) I get a stack overflow followed by a hard crash on this stack:635 636```637(lldb) bt 40638* thread #114, name = 'Threadpool worker', stop reason = EXC_BAD_ACCESS (code=2, address=0x7000042c0ff8)639  * frame #0: Mono`System.Environment:get_CurrentManagedThreadId () at Environment.cs:163640    frame #1: 0x0000000147e77851 Mono`Roslyn.Utilities.NonReentrantLock:get_IsOwnedByMe () + 33641    frame #2: 0x0000000147e773bf Mono`Roslyn.Utilities.NonReentrantLock:Wait (System.Threading.CancellationToken) + 111642    frame #3: 0x000000014801bdeb Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:TakeLock (System.Threading.CancellationToken) + 107643    frame #4: 0x000000014801b6e8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 728644    frame #5: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020645    frame #6: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471646    frame #7: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280647    frame #8: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42648    frame #9: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344649    frame #10: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423650    frame #11: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020651    frame #12: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471652    frame #13: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280653    frame #14: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42654    frame #15: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344655    frame #16: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423656    frame #17: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020657    frame #18: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471658    frame #19: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280659    frame #20: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42660    frame #21: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344661    frame #22: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423662    frame #23: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020663    frame #24: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471664    frame #25: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280665    frame #26: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42666    frame #27: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344667    frame #28: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423668    frame #29: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020669    frame #30: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471670    frame #31: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280671    frame #32: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42672    frame #33: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344673    frame #34: 0x000000014801b99f Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:GetValueAsync (System.Threading.CancellationToken) + 1423674    frame #35: 0x000000014b7a189c Mono`Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13:MoveNext () + 1020675    frame #36: Mono`System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Microsoft.CodeAnalysis.TreeAndVersion>:Start<Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13> (Microsoft.CodeAnalysis.DocumentState/<IncrementallyParseTreeAsync>d__13&) at AsyncMethodBuilder.cs:471676    frame #37: Mono`Microsoft.CodeAnalysis.DocumentState:IncrementallyParseTreeAsync (Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TreeAndVersion>,Roslyn.Utilities.ValueSource`1<Microsoft.CodeAnalysis.TextAndVersion>,System.Threading.CancellationToken) at TextFileUtility.cs:280677    frame #38: 0x000000014b79f5ca Mono`Microsoft.CodeAnalysis.DocumentState/<>c__DisplayClass12_0:<CreateLazyIncrementallyParsedTree>b__0 (System.Threading.CancellationToken) + 42678    frame #39: 0x000000014801f2c8 Mono`Roslyn.Utilities.AsyncLazy`1<T_REF>:StartAsynchronousComputation (Roslyn.Utilities.AsyncLazy`1/AsynchronousComputationToStart<T_REF>,Roslyn.Utilities.AsyncLazy`1/Request<T_REF>,System.Threading.CancellationToken) + 344679(lldb) 680```",1,stackoverflow in incrementallyparsetreeasync   from  kumpera             checkout mono     open mcs class corlib corlib net   x csproj     open string cs     scroll to the bottom and wait for roslyn analysis to show up   tons of yellow stuff will light up on the right side     start typing on the last line    after some typing    words  i get a stack overflow followed by a hard crash on this stack           lldb  bt      thread     name    threadpool worker   stop reason   exc bad access  code    address         frame     mono system environment get currentmanagedthreadid    at environment cs        frame       mono roslyn utilities nonreentrantlock get isownedbyme             frame       mono roslyn utilities nonreentrantlock wait  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    takelock  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken           frame       mono roslyn utilities asynclazy    getvalueasync  system threading cancellationtoken           frame       mono microsoft codeanalysis documentstate  d    movenext             frame     mono system runtime compilerservices asynctaskmethodbuilder    start d      microsoft codeanalysis documentstate  d      at asyncmethodbuilder cs        frame     mono microsoft codeanalysis documentstate incrementallyparsetreeasync  roslyn utilities valuesource    roslyn utilities valuesource    system threading cancellationtoken  at textfileutility cs        frame       mono microsoft codeanalysis documentstate  c       b     system threading cancellationtoken           frame       mono roslyn utilities asynclazy    startasynchronouscomputation  roslyn utilities asynclazy   asynchronouscomputationtostart  roslyn utilities asynclazy   request  system threading cancellationtoken        lldb       ,16811689,18714787414.0,IssuesEvent,2021-11-03 02:02:57,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,GetFullyLoadedOpenDocumentInCurrentContextWithChanges hangs,Bug Area-IDE Need More Info Tenet-Reliability IDE-Navigation,"```682 	[Managed to Native Transition]	683 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.NoMessagePumpSyncContext.Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout)	Unknown684 	[Native to Managed Transition]	685 	[Managed to Native Transition]	686 	mscorlib.dll!System.Threading.ManualResetEventSlim.Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown687 	mscorlib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown688 	mscorlib.dll!System.Threading.Tasks.Task.InternalWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown689 	mscorlib.dll!System.Threading.Tasks.Task.Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown690 	mscorlib.dll!System.Threading.Tasks.Task.Wait(System.TimeSpan timeout)	Unknown691 	[Waiting on Async Operation, double-click or press enter to view Async Call Stacks]	692 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTaskFactory.WaitSynchronouslyCore(System.Threading.Tasks.Task task)	Unknown693 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTaskFactory.WaitSynchronously(System.Threading.Tasks.Task task)	Unknown694 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()	Unknown695 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTask<Microsoft.CodeAnalysis.Document>.CompleteOnCurrentThread()	Unknown696>	Microsoft.CodeAnalysis.EditorFeatures.dll!Microsoft.CodeAnalysis.Editor.Shared.Extensions.ITextSnapshotExtensions.GetFullyLoadedOpenDocumentInCurrentContextWithChanges(Microsoft.VisualStudio.Text.ITextSnapshot snapshot, Microsoft.VisualStudio.Utilities.IUIThreadOperationContext operationContext, Microsoft.CodeAnalysis.Editor.Shared.Utilities.IThreadingContext threadingContext) Line 98	C#697 	Microsoft.CodeAnalysis.EditorFeatures.dll!Microsoft.CodeAnalysis.Editor.CommandHandlers.AbstractGoToCommandHandler<Microsoft.CodeAnalysis.Editor.FindUsages.IFindUsagesService, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>.ExecuteCommand(Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs args, Microsoft.VisualStudio.Commanding.CommandExecutionContext context) Line 70	C#698 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex.AnonymousMethod__0()	Unknown699 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(object errorSource, System.Action call, System.Predicate<System.Exception> exceptionFilter)	Unknown700 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex<Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs> argsFactory, Microsoft.VisualStudio.Text.Utilities.FrugalList<(Microsoft.VisualStudio.Text.ITextBuffer buffer, Microsoft.VisualStudio.Commanding.ICommandHandler handler)> buffersAndHandlers, int startIndex, Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action nextCommandHandler)	Unknown701 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute.AnonymousMethod__0()	Unknown702 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteCommandHandlerChain(Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action handlerChain, System.Action nextCommandHandler)	Unknown703 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown704 	[Native to Managed Transition]	705 	[Managed to Native Transition]	706 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(System.Type commandArgsType, System.Action next)	Unknown707 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex<Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs> argsFactory, Microsoft.VisualStudio.Text.Utilities.FrugalList<(Microsoft.VisualStudio.Text.ITextBuffer buffer, Microsoft.VisualStudio.Commanding.ICommandHandler handler)> buffersAndHandlers, int startIndex, Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action nextCommandHandler)	Unknown708 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute.AnonymousMethod__0()	Unknown709 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteCommandHandlerChain(Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action handlerChain, System.Action nextCommandHandler)	Unknown710 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown711 	[Native to Managed Transition]	712 	[Managed to Native Transition]	713 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(System.Type commandArgsType, System.Action next)	Unknown714 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(ref System.Guid pguidCmdGroup, uint commandId, System.Action next)	Unknown715 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown716 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown717 	Microsoft.VisualStudio.LanguageServices.dll!Microsoft.VisualStudio.LanguageServices.Implementation.AbstractOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint commandId, uint executeInformation, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown718 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown719 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown720 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown721 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown722 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown723 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Intellisense.MultiCaretPreemptingFilterProvider.MultiCaretPreemptingFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown724 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown725 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.WholeLineCompletion.UI.CascadingCompletionSource.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown726 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown727 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown728 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown729 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown730 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown731 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown732 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown733 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown734 	[Native to Managed Transition]	735 	[Managed to Native Transition]	736 	Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(object parameter)	Unknown737 	PresentationFramework.dll!MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource commandSource, bool userInitiated)	Unknown738 	PresentationFramework.dll!System.Windows.Controls.MenuItem.InvokeClickAfterRender(object arg)	Unknown739 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown740 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown741 	WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl()	Unknown742 	WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(object obj)	Unknown743 	mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)	Unknown744 	mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)	Unknown745 	mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown746 	WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown747 	WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke()	Unknown748 	WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue()	Unknown749 	WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown750 	WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown751 	WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)	Unknown752 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown753 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown754 	WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)	Unknown755 	WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)	Unknown756 	[Native to Managed Transition]	757 	[Managed to Native Transition]	758 	Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent.AnonymousMethod__245_1(object sender, Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs args)	Unknown759 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.FPreTranslateMessageCore(Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg)	Unknown760 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.Microsoft.VisualStudio.OLE.Interop.IOleComponent.FPreTranslateMessage.AnonymousMethod__0()	Unknown761 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.CallAndReturnOnException(System.Func<int> method, int retValueOnException)	Unknown762 	[Native to Managed Transition]	763 	[Managed to Native Transition]	764 	Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()	Unknown765 	[Native to Managed Transition]	766 	[Managed to Native Transition]	767 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.ShowContextMenu(System.IntPtr location, ref int result)	Unknown768 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown769 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Undo.UndoManagerCommandFilter.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown770 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown771 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.IntellisenseCommandFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown772 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown773 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.BraceCompletionCommandFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown774 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown775 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec.__executeNextCommandTarget|1()	Unknown776 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ShowContextMenuCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ShowContextMenuCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown777 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteShowContextMenuCommand(System.Action next, System.IntPtr location)	Unknown778 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteVisualStudio2000(uint commandId, System.IntPtr pvaIn, System.Action next)	Unknown779 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown780 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown781 	Microsoft.VisualStudio.LanguageServices.dll!Microsoft.VisualStudio.LanguageServices.Implementation.AbstractOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint commandId, uint executeInformation, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown782 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown783 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown784 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown785 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown786 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown787 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Intellisense.MultiCaretPreemptingFilterProvider.MultiCaretPreemptingFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown788 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown789 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.WholeLineCompletion.UI.CascadingCompletionSource.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown790 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown791 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown792 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown793 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown794 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown795 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown796 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown797 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown798 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.VsMouseProcessor.DisplayContextMenu(System.Windows.Point mousePosition)	Unknown799 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.VsMouseProcessor.HandlePreprocessRightButtonUp(System.Windows.Input.InputEventArgs e)	Unknown800 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(object errorSource, System.Action call)	Unknown801 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor.MouseProcessorHandler(System.Windows.RoutedEventArgs e, System.Action<Microsoft.VisualStudio.Text.Editor.IMouseProcessor> preprocess, System.Action defaultAction, System.Action<Microsoft.VisualStudio.Text.Editor.IMouseProcessor> postprocess)	Unknown802 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor.UIElement_MouseRightButtonUp(object sender, System.Windows.Input.MouseButtonEventArgs e)	Unknown803 	PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target)	Unknown804 	PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs)	Unknown805 	PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)	Unknown806 	PresentationCore.dll!System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args, System.Windows.RoutedEvent newEvent)	Unknown807 	PresentationCore.dll!System.Windows.UIElement.OnMouseUpThunk(object sender, System.Windows.Input.MouseButtonEventArgs e)	Unknown808 	PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target)	Unknown809 	PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs)	Unknown810 	PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)	Unknown811 	PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)	Unknown812 	PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args)	Unknown813 	PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea()	Unknown814 	PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input)	Unknown815 	PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport)	Unknown816 	PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel)	Unknown817 	PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown818 	PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown819 	WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown820 	WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)	Unknown821 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown822 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown823 	WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)	Unknown824 	WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)	Unknown825```",True,"GetFullyLoadedOpenDocumentInCurrentContextWithChanges hangs - ```826 	[Managed to Native Transition]	827 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.NoMessagePumpSyncContext.Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout)	Unknown828 	[Native to Managed Transition]	829 	[Managed to Native Transition]	830 	mscorlib.dll!System.Threading.ManualResetEventSlim.Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown831 	mscorlib.dll!System.Threading.Tasks.Task.SpinThenBlockingWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown832 	mscorlib.dll!System.Threading.Tasks.Task.InternalWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown833 	mscorlib.dll!System.Threading.Tasks.Task.Wait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)	Unknown834 	mscorlib.dll!System.Threading.Tasks.Task.Wait(System.TimeSpan timeout)	Unknown835 	[Waiting on Async Operation, double-click or press enter to view Async Call Stacks]	836 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTaskFactory.WaitSynchronouslyCore(System.Threading.Tasks.Task task)	Unknown837 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTaskFactory.WaitSynchronously(System.Threading.Tasks.Task task)	Unknown838 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()	Unknown839 	Microsoft.VisualStudio.Threading.dll!Microsoft.VisualStudio.Threading.JoinableTask<Microsoft.CodeAnalysis.Document>.CompleteOnCurrentThread()	Unknown840>	Microsoft.CodeAnalysis.EditorFeatures.dll!Microsoft.CodeAnalysis.Editor.Shared.Extensions.ITextSnapshotExtensions.GetFullyLoadedOpenDocumentInCurrentContextWithChanges(Microsoft.VisualStudio.Text.ITextSnapshot snapshot, Microsoft.VisualStudio.Utilities.IUIThreadOperationContext operationContext, Microsoft.CodeAnalysis.Editor.Shared.Utilities.IThreadingContext threadingContext) Line 98	C#841 	Microsoft.CodeAnalysis.EditorFeatures.dll!Microsoft.CodeAnalysis.Editor.CommandHandlers.AbstractGoToCommandHandler<Microsoft.CodeAnalysis.Editor.FindUsages.IFindUsagesService, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>.ExecuteCommand(Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs args, Microsoft.VisualStudio.Commanding.CommandExecutionContext context) Line 70	C#842 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex.AnonymousMethod__0()	Unknown843 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(object errorSource, System.Action call, System.Predicate<System.Exception> exceptionFilter)	Unknown844 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex<Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs> argsFactory, Microsoft.VisualStudio.Text.Utilities.FrugalList<(Microsoft.VisualStudio.Text.ITextBuffer buffer, Microsoft.VisualStudio.Commanding.ICommandHandler handler)> buffersAndHandlers, int startIndex, Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action nextCommandHandler)	Unknown845 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute.AnonymousMethod__0()	Unknown846 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteCommandHandlerChain(Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action handlerChain, System.Action nextCommandHandler)	Unknown847 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.CodeAnalysis.Editor.Commanding.Commands.GoToImplementationCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown848 	[Native to Managed Transition]	849 	[Managed to Native Transition]	850 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(System.Type commandArgsType, System.Action next)	Unknown851 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteStartingAtIndex<Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs> argsFactory, Microsoft.VisualStudio.Text.Utilities.FrugalList<(Microsoft.VisualStudio.Text.ITextBuffer buffer, Microsoft.VisualStudio.Commanding.ICommandHandler handler)> buffersAndHandlers, int startIndex, Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action nextCommandHandler)	Unknown852 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute.AnonymousMethod__0()	Unknown853 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.ExecuteCommandHandlerChain(Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerServiceState state, System.Action handlerChain, System.Action nextCommandHandler)	Unknown854 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.LanguageServer.Client.GotoImplementationCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown855 	[Native to Managed Transition]	856 	[Managed to Native Transition]	857 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(System.Type commandArgsType, System.Action next)	Unknown858 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteCustomCommand(ref System.Guid pguidCmdGroup, uint commandId, System.Action next)	Unknown859 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown860 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown861 	Microsoft.VisualStudio.LanguageServices.dll!Microsoft.VisualStudio.LanguageServices.Implementation.AbstractOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint commandId, uint executeInformation, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown862 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown863 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown864 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown865 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown866 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown867 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Intellisense.MultiCaretPreemptingFilterProvider.MultiCaretPreemptingFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown868 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown869 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.WholeLineCompletion.UI.CascadingCompletionSource.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown870 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown871 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown872 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown873 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown874 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown875 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown876 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown877 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown878 	[Native to Managed Transition]	879 	[Managed to Native Transition]	880 	Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(object parameter)	Unknown881 	PresentationFramework.dll!MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource commandSource, bool userInitiated)	Unknown882 	PresentationFramework.dll!System.Windows.Controls.MenuItem.InvokeClickAfterRender(object arg)	Unknown883 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown884 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown885 	WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl()	Unknown886 	WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(object obj)	Unknown887 	mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)	Unknown888 	mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)	Unknown889 	mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown890 	WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, object state)	Unknown891 	WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke()	Unknown892 	WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue()	Unknown893 	WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown894 	WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown895 	WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)	Unknown896 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown897 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown898 	WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)	Unknown899 	WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)	Unknown900 	[Native to Managed Transition]	901 	[Managed to Native Transition]	902 	Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent.AnonymousMethod__245_1(object sender, Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs args)	Unknown903 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.FPreTranslateMessageCore(Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg)	Unknown904 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.Microsoft.VisualStudio.OLE.Interop.IOleComponent.FPreTranslateMessage.AnonymousMethod__0()	Unknown905 	Microsoft.VisualStudio.Shell.15.0.dll!Microsoft.VisualStudio.PlatformUI.OleComponentSupport.OleComponent.CallAndReturnOnException(System.Func<int> method, int retValueOnException)	Unknown906 	[Native to Managed Transition]	907 	[Managed to Native Transition]	908 	Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PushMessageLoopOnContextMenuTrackingComponent()	Unknown909 	[Native to Managed Transition]	910 	[Managed to Native Transition]	911 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.ShowContextMenu(System.IntPtr location, ref int result)	Unknown912 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown913 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Undo.UndoManagerCommandFilter.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown914 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown915 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.IntellisenseCommandFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown916 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown917 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.BraceCompletionCommandFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown918 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown919 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec.__executeNextCommandTarget|1()	Unknown920 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.Execute<Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ShowContextMenuCommandArgs>(System.Func<Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, Microsoft.VisualStudio.Text.Editor.Commanding.Commands.ShowContextMenuCommandArgs> argsFactory, System.Action nextCommandHandler)	Unknown921 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteShowContextMenuCommand(System.Action next, System.IntPtr location)	Unknown922 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.ExecuteVisualStudio2000(uint commandId, System.IntPtr pvaIn, System.Action next)	Unknown923 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandHandlerServiceAdapter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown924 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown925 	Microsoft.VisualStudio.LanguageServices.dll!Microsoft.VisualStudio.LanguageServices.Implementation.AbstractOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint commandId, uint executeInformation, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown926 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown927 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown928 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown929 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandFilterWrapper.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown930 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown931 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.Intellisense.MultiCaretPreemptingFilterProvider.MultiCaretPreemptingFilter.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown932 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown933 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.WholeLineCompletion.UI.CascadingCompletionSource.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown934 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown935 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown936 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown937 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown938 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown939 	Microsoft.VisualStudio.IntelliCode.dll!Microsoft.VisualStudio.IntelliCode.Command.Editor.EditorKeybindingCommandFactory.CommandTargetBase.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown940 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown941 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(ref System.Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, System.IntPtr pvaIn, System.IntPtr pvaOut)	Unknown942 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.VsMouseProcessor.DisplayContextMenu(System.Windows.Point mousePosition)	Unknown943 	Microsoft.VisualStudio.Editor.Implementation.dll!Microsoft.VisualStudio.Editor.Implementation.VsMouseProcessor.HandlePreprocessRightButtonUp(System.Windows.Input.InputEventArgs e)	Unknown944 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(object errorSource, System.Action call)	Unknown945 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor.MouseProcessorHandler(System.Windows.RoutedEventArgs e, System.Action<Microsoft.VisualStudio.Text.Editor.IMouseProcessor> preprocess, System.Action defaultAction, System.Action<Microsoft.VisualStudio.Text.Editor.IMouseProcessor> postprocess)	Unknown946 	Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor.UIElement_MouseRightButtonUp(object sender, System.Windows.Input.MouseButtonEventArgs e)	Unknown947 	PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target)	Unknown948 	PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs)	Unknown949 	PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)	Unknown950 	PresentationCore.dll!System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args, System.Windows.RoutedEvent newEvent)	Unknown951 	PresentationCore.dll!System.Windows.UIElement.OnMouseUpThunk(object sender, System.Windows.Input.MouseButtonEventArgs e)	Unknown952 	PresentationCore.dll!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, object target)	Unknown953 	PresentationCore.dll!System.Windows.RoutedEventHandlerInfo.InvokeHandler(object target, System.Windows.RoutedEventArgs routedEventArgs)	Unknown954 	PresentationCore.dll!System.Windows.EventRoute.InvokeHandlersImpl(object source, System.Windows.RoutedEventArgs args, bool reRaised)	Unknown955 	PresentationCore.dll!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)	Unknown956 	PresentationCore.dll!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args)	Unknown957 	PresentationCore.dll!System.Windows.Input.InputManager.ProcessStagingArea()	Unknown958 	PresentationCore.dll!System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs input)	Unknown959 	PresentationCore.dll!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport)	Unknown960 	PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, int timestamp, System.Windows.Input.RawMouseActions actions, int x, int y, int wheel)	Unknown961 	PresentationCore.dll!System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown962 	PresentationCore.dll!System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown963 	WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)	Unknown964 	WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)	Unknown965 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)	Unknown966 	WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler)	Unknown967 	WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs)	Unknown968 	WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam)	Unknown969```",1,getfullyloadedopendocumentincurrentcontextwithchanges hangs         	 	   	microsoft visualstudio threading dll microsoft visualstudio threading nomessagepumpsynccontext wait system intptr  waithandles  bool waitall  int millisecondstimeout 	unknown   	 	   	 	   	mscorlib dll system threading manualreseteventslim wait int millisecondstimeout  system threading cancellationtoken cancellationtoken 	unknown   	mscorlib dll system threading tasks task spinthenblockingwait int millisecondstimeout  system threading cancellationtoken cancellationtoken 	unknown   	mscorlib dll system threading tasks task internalwait int millisecondstimeout  system threading cancellationtoken cancellationtoken 	unknown   	mscorlib dll system threading tasks task wait int millisecondstimeout  system threading cancellationtoken cancellationtoken 	unknown   	mscorlib dll system threading tasks task wait system timespan timeout 	unknown   	 	   	microsoft visualstudio threading dll microsoft visualstudio threading joinabletaskfactory waitsynchronouslycore system threading tasks task task 	unknown   	microsoft visualstudio threading dll microsoft visualstudio threading joinabletaskfactory waitsynchronously system threading tasks task task 	unknown   	microsoft visualstudio threading dll microsoft visualstudio threading joinabletask completeoncurrentthread  	unknown   	microsoft visualstudio threading dll microsoft visualstudio threading joinabletask  completeoncurrentthread  	unknown   	microsoft codeanalysis editorfeatures dll microsoft codeanalysis editor shared extensions itextsnapshotextensions getfullyloadedopendocumentincurrentcontextwithchanges microsoft visualstudio text itextsnapshot snapshot  microsoft visualstudio utilities iuithreadoperationcontext operationcontext  microsoft codeanalysis editor shared utilities ithreadingcontext threadingcontext  line  	c    	microsoft codeanalysis editorfeatures dll microsoft codeanalysis editor commandhandlers abstractgotocommandhandler  executecommand microsoft codeanalysis editor commanding commands gotoimplementationcommandargs args  microsoft visualstudio commanding commandexecutioncontext context  line  	c    	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice executestartingatindex anonymousmethod     	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio text utilities guardedoperations callextensionpoint object errorsource  system action call  system predicate  exceptionfilter 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice executestartingatindex  system func  argsfactory  microsoft visualstudio text utilities frugallist  buffersandhandlers  int startindex  microsoft visualstudio ui text commanding implementation editorcommandhandlerservicestate state  system action nextcommandhandler 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice execute anonymousmethod     	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice executecommandhandlerchain microsoft visualstudio ui text commanding implementation editorcommandhandlerservicestate state  system action handlerchain  system action nextcommandhandler 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice execute  system func  argsfactory  system action nextcommandhandler 	unknown   	 	   	 	   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter executecustomcommand system type commandargstype  system action next 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice executestartingatindex  system func  argsfactory  microsoft visualstudio text utilities frugallist  buffersandhandlers  int startindex  microsoft visualstudio ui text commanding implementation editorcommandhandlerservicestate state  system action nextcommandhandler 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice execute anonymousmethod     	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice executecommandhandlerchain microsoft visualstudio ui text commanding implementation editorcommandhandlerservicestate state  system action handlerchain  system action nextcommandhandler 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice execute  system func  argsfactory  system action nextcommandhandler 	unknown   	 	   	 	   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter executecustomcommand system type commandargstype  system action next 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter executecustomcommand ref system guid pguidcmdgroup  uint commandid  system action next 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio languageservices dll microsoft visualstudio languageservices implementation abstractolecommandtarget exec ref system guid pguidcmdgroup  uint commandid  uint executeinformation  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandfilterwrapper exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandfilterwrapper exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation intellisense multicaretpreemptingfilterprovider multicaretpreemptingfilter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode wholelinecompletion ui cascadingcompletionsource microsoft visualstudio ole interop iolecommandtarget exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation simpletextviewwindow exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	 	   	 	   	microsoft visualstudio shell ui internal dll microsoft visualstudio platformui vscommand execute object parameter 	unknown   	presentationframework dll ms internal commands commandhelpers criticalexecutecommandsource system windows input icommandsource commandsource  bool userinitiated 	unknown   	presentationframework dll system windows controls menuitem invokeclickafterrender object arg 	unknown   	windowsbase dll system windows threading exceptionwrapper internalrealcall system delegate callback  object args  int numargs 	unknown   	windowsbase dll system windows threading exceptionwrapper trycatchwhen object source  system delegate callback  object args  int numargs  system delegate catchhandler 	unknown   	windowsbase dll system windows threading dispatcheroperation invokeimpl  	unknown   	windowsbase dll ms internal culturepreservingexecutioncontext callbackwrapper object obj 	unknown   	mscorlib dll system threading executioncontext runinternal system threading executioncontext executioncontext  system threading contextcallback callback  object state  bool preservesyncctx 	unknown   	mscorlib dll system threading executioncontext run system threading executioncontext executioncontext  system threading contextcallback callback  object state  bool preservesyncctx 	unknown   	mscorlib dll system threading executioncontext run system threading executioncontext executioncontext  system threading contextcallback callback  object state 	unknown   	windowsbase dll ms internal culturepreservingexecutioncontext run ms internal culturepreservingexecutioncontext executioncontext  system threading contextcallback callback  object state 	unknown   	windowsbase dll system windows threading dispatcheroperation invoke  	unknown   	windowsbase dll system windows threading dispatcher processqueue  	unknown   	windowsbase dll system windows threading dispatcher wndprochook system intptr hwnd  int msg  system intptr wparam  system intptr lparam  ref bool handled 	unknown   	windowsbase dll ms   hwndwrapper wndproc system intptr hwnd  int msg  system intptr wparam  system intptr lparam  ref bool handled 	unknown   	windowsbase dll ms   hwndsubclass dispatchercallbackoperation object o 	unknown   	windowsbase dll system windows threading exceptionwrapper internalrealcall system delegate callback  object args  int numargs 	unknown   	windowsbase dll system windows threading exceptionwrapper trycatchwhen object source  system delegate callback  object args  int numargs  system delegate catchhandler 	unknown   	windowsbase dll system windows threading dispatcher legacyinvokeimpl system windows threading dispatcherpriority priority  system timespan timeout  system delegate method  object args  int numargs 	unknown   	windowsbase dll ms   hwndsubclass subclasswndproc system intptr hwnd  int msg  system intptr wparam  system intptr lparam 	unknown   	 	   	 	   	microsoft visualstudio platform windowmanagement dll microsoft visualstudio platform windowmanagement windowmanagerservice pushmessagelooponcontextmenutrackingcomponent anonymousmethod      object sender  microsoft visualstudio platformui olecomponentsupport pretranslatemessageeventargs args 	unknown   	microsoft visualstudio shell     dll microsoft visualstudio platformui olecomponentsupport olecomponent fpretranslatemessagecore microsoft visualstudio ole interop msg  pmsg 	unknown   	microsoft visualstudio shell     dll microsoft visualstudio platformui olecomponentsupport olecomponent microsoft visualstudio ole interop iolecomponent fpretranslatemessage anonymousmethod     	unknown   	microsoft visualstudio shell     dll microsoft visualstudio platformui olecomponentsupport olecomponent callandreturnonexception system func  method  int retvalueonexception 	unknown   	 	   	 	   	microsoft visualstudio platform windowmanagement dll microsoft visualstudio platform windowmanagement windowmanagerservice pushmessagelooponcontextmenutrackingcomponent  	unknown   	 	   	 	   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation simpletextviewwindow showcontextmenu system intptr location  ref int result 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation simpletextviewwindow innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation undo undomanagercommandfilter microsoft visualstudio ole interop iolecommandtarget exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation intellisensecommandfilter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation bracecompletioncommandfilter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter exec   executenextcommandtarget    	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio ui text commanding implementation editorcommandhandlerservice execute  system func  argsfactory  system action nextcommandhandler 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter executeshowcontextmenucommand system action next  system intptr location 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter   uint commandid  system intptr pvain  system action next 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandhandlerserviceadapter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio languageservices dll microsoft visualstudio languageservices implementation abstractolecommandtarget exec ref system guid pguidcmdgroup  uint commandid  uint executeinformation  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandfilterwrapper exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandfilterwrapper exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation intellisense multicaretpreemptingfilterprovider multicaretpreemptingfilter exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode wholelinecompletion ui cascadingcompletionsource microsoft visualstudio ole interop iolecommandtarget exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio intellicode dll microsoft visualstudio intellicode command editor editorkeybindingcommandfactory commandtargetbase exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation commandchainnode innerexec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation simpletextviewwindow exec ref system guid pguidcmdgroup  uint ncmdid  uint ncmdexecopt  system intptr pvain  system intptr pvaout 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation vsmouseprocessor displaycontextmenu system windows point mouseposition 	unknown   	microsoft visualstudio editor implementation dll microsoft visualstudio editor implementation vsmouseprocessor handlepreprocessrightbuttonup system windows input inputeventargs e 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio text utilities guardedoperations callextensionpoint object errorsource  system action call 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio text utilities wpfmouseprocessor mouseprocessorhandler system windows routedeventargs e  system action  preprocess  system action defaultaction  system action  postprocess 	unknown   	microsoft visualstudio platform vseditor dll microsoft visualstudio text utilities wpfmouseprocessor uielement mouserightbuttonup object sender  system windows input mousebuttoneventargs e 	unknown   	presentationcore dll system windows routedeventargs invokehandler system delegate handler  object target 	unknown   	presentationcore dll system windows routedeventhandlerinfo invokehandler object target  system windows routedeventargs routedeventargs 	unknown   	presentationcore dll system windows eventroute invokehandlersimpl object source  system windows routedeventargs args  bool reraised 	unknown   	presentationcore dll system windows uielement reraiseeventas system windows dependencyobject sender  system windows routedeventargs args  system windows routedevent newevent 	unknown   	presentationcore dll system windows uielement onmouseupthunk object sender  system windows input mousebuttoneventargs e 	unknown   	presentationcore dll system windows routedeventargs invokehandler system delegate handler  object target 	unknown   	presentationcore dll system windows routedeventhandlerinfo invokehandler object target  system windows routedeventargs routedeventargs 	unknown   	presentationcore dll system windows eventroute invokehandlersimpl object source  system windows routedeventargs args  bool reraised 	unknown   	presentationcore dll system windows uielement raiseeventimpl system windows dependencyobject sender  system windows routedeventargs args 	unknown   	presentationcore dll system windows uielement raisetrustedevent system windows routedeventargs args 	unknown   	presentationcore dll system windows input inputmanager processstagingarea  	unknown   	presentationcore dll system windows input inputmanager processinput system windows input inputeventargs input 	unknown   	presentationcore dll system windows input inputprovidersite reportinput system windows input inputreport inputreport 	unknown   	presentationcore dll system windows interop hwndmouseinputprovider reportinput system intptr hwnd  system windows input inputmode mode  int timestamp  system windows input rawmouseactions actions  int x  int y  int wheel 	unknown   	presentationcore dll system windows interop hwndmouseinputprovider filtermessage system intptr hwnd  ms internal interop windowmessage msg  system intptr wparam  system intptr lparam  ref bool handled 	unknown   	presentationcore dll system windows interop hwndsource inputfiltermessage system intptr hwnd  int msg  system intptr wparam  system intptr lparam  ref bool handled 	unknown   	windowsbase dll ms   hwndwrapper wndproc system intptr hwnd  int msg  system intptr wparam  system intptr lparam  ref bool handled 	unknown   	windowsbase dll ms   hwndsubclass dispatchercallbackoperation object o 	unknown   	windowsbase dll system windows threading exceptionwrapper internalrealcall system delegate callback  object args  int numargs 	unknown   	windowsbase dll system windows threading exceptionwrapper trycatchwhen object source  system delegate callback  object args  int numargs  system delegate catchhandler 	unknown   	windowsbase dll system windows threading dispatcher legacyinvokeimpl system windows threading dispatcherpriority priority  system timespan timeout  system delegate method  object args  int numargs 	unknown   	windowsbase dll ms   hwndsubclass subclasswndproc system intptr hwnd  int msg  system intptr wparam  system intptr lparam 	unknown     ,19701414,15950061679.0,IssuesEvent,2021-04-15 08:12:55,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,Visual Studio is Busy: Navigation Bars,Area-IDE Bug Developer Community IDE-Navigation Tenet-Reliability help wanted,"_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Visual-Studio-is-Busy:-Navigation-Bars/1380705)._971 972---973[regression] [worked-in:16.9]974Visual studio is locked and will not unlock, despite there being a ""Cancel"" button.  Pressing the cancel does nothing.  So I guess that makes that two bugs in one. :P975 976![](https://i.imgur.com/Y4swUbM.png)977 978---979### Original Comments980 981#### Feedback Bot on 3/24/2021, 08:01 PM: 982 983<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>984 985#### Feedback Bot on 4/5/2021, 09:35 AM: 986 987<p>Thank you for sharing your feedback! Our teams prioritize action on product issues with broad customer impact. See details at: <a target='_blank' href=""https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq"">https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq</a>. In case you need answers to common questions or need assisted support, be sure to use <a target='_blank' href=""https://visualstudio.microsoft.com/vs/support/"">https://visualstudio.microsoft.com/vs/support/</a>. We’ll keep you posted on any updates to this feedback.</p>988 989 990---991### Original Solutions992(no solutions)",True,"Visual Studio is Busy: Navigation Bars - _This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Visual-Studio-is-Busy:-Navigation-Bars/1380705)._993 994---995[regression] [worked-in:16.9]996Visual studio is locked and will not unlock, despite there being a ""Cancel"" button.  Pressing the cancel does nothing.  So I guess that makes that two bugs in one. :P997 998![](https://i.imgur.com/Y4swUbM.png)999 1000---1001### Original Comments1002 1003#### Feedback Bot on 3/24/2021, 08:01 PM: 1004 1005<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>1006 1007#### Feedback Bot on 4/5/2021, 09:35 AM: 1008 1009<p>Thank you for sharing your feedback! Our teams prioritize action on product issues with broad customer impact. See details at: <a target='_blank' href=""https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq"">https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq</a>. In case you need answers to common questions or need assisted support, be sure to use <a target='_blank' href=""https://visualstudio.microsoft.com/vs/support/"">https://visualstudio.microsoft.com/vs/support/</a>. We’ll keep you posted on any updates to this feedback.</p>1010 1011 1012---1013### Original Solutions1014(no solutions)",1,visual studio is busy  navigation bars    this issue has been moved from              visual studio is locked and will not unlock  despite there being a  cancel  button   pressing the cancel does nothing   so i guess that makes that two bugs in one   p                original comments       feedback bot on            pm     we have directed your feedback to the appropriate engineering team for further evaluation  the team will review the feedback and notify you about the next steps         feedback bot on            am     thank you for sharing your feedback  our teams prioritize action on product issues with broad customer impact  see details at              original solutions  no solutions ,110151175,13542232710.0,IssuesEvent,2020-09-16 17:01:04,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,NullReferenceException in NullableWalker.VisitConditionalOperatorCore,4 - In Review Area-Compilers Bug New Language Feature - Nullable Reference Types Tenet-Reliability,"**Version Used**:1016Visual Studio 16.8.0 Preview 11017Targeting .NET 5.0.100-preview.7.20366.61018 1019**Steps to Reproduce**:1020 10211. Clone and open solution found [here](https://github.com/JakenVeina/Battleship.NET/tree/dotnet-roslyn-issue-46954).10222. Open file ""Battleship.NET.Avalonia\Gamespace\Running\RunningGamespaceBoardTileViewModel.cs""10233. Select and copy code segment from Line 42 Character 44 to Line 57 Character 90. [Screenshot](https://media.discordapp.net/attachments/401165307475132416/745503014672138314/unknown.png)10244. Paste code segment at Line 33 Character 57. [Screenshot](https://media.discordapp.net/attachments/401165307475132416/745503088382574663/unknown.png)10255. Observe VS crash1026 1027**Expected Behavior**:1028VS does not crash while attempting to copy and paste code.1029 1030**Actual Behavior**:1031VS crashes due to a `NullReferenceException` from `Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitConditionalOperatorCore`1032 1033[Full stack trace](https://paste.mod.gg/yovubopuca.sql) (actually, not full, Windows Event Viewer doesn't capture the whole thing).1034",True,"NullReferenceException in NullableWalker.VisitConditionalOperatorCore - **Version Used**:1035Visual Studio 16.8.0 Preview 11036Targeting .NET 5.0.100-preview.7.20366.61037 1038**Steps to Reproduce**:1039 10401. Clone and open solution found [here](https://github.com/JakenVeina/Battleship.NET/tree/dotnet-roslyn-issue-46954).10412. Open file ""Battleship.NET.Avalonia\Gamespace\Running\RunningGamespaceBoardTileViewModel.cs""10423. Select and copy code segment from Line 42 Character 44 to Line 57 Character 90. [Screenshot](https://media.discordapp.net/attachments/401165307475132416/745503014672138314/unknown.png)10434. Paste code segment at Line 33 Character 57. [Screenshot](https://media.discordapp.net/attachments/401165307475132416/745503088382574663/unknown.png)10445. Observe VS crash1045 1046**Expected Behavior**:1047VS does not crash while attempting to copy and paste code.1048 1049**Actual Behavior**:1050VS crashes due to a `NullReferenceException` from `Microsoft.CodeAnalysis.CSharp.NullableWalker.VisitConditionalOperatorCore`1051 1052[Full stack trace](https://paste.mod.gg/yovubopuca.sql) (actually, not full, Windows Event Viewer doesn't capture the whole thing).1053",1,nullreferenceexception in nullablewalker visitconditionaloperatorcore     version used     visual studio       preview    targeting  net       preview            steps to reproduce          clone and open solution found         open file  battleship net avalonia gamespace running runninggamespaceboardtileviewmodel cs      select and copy code segment from line   character   to line   character            paste code segment at line   character            observe vs crash      expected behavior     vs does not crash while attempting to copy and paste code       actual behavior     vs crashes due to a  nullreferenceexception  from  microsoft codeanalysis csharp nullablewalker visitconditionaloperatorcore          actually  not full  windows event viewer doesn t capture the whole thing    ,11054161,4729288194.0,IssuesEvent,2016-10-18 18:17:10,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,ReplaceMethodWithPropertyCodeRefactoringProvider crashes,Area-IDE Bug Tenet-Reliability,"**Code to Reproduce**:1055 1056``` csharp1057public class Foo1058{1059    public Foo()1060    {1061        Foo value = GetValue().GetValue();1062    }1063 1064    public Foo GetValue() // ""Replace 'GetValue' with property""1065    {1066        return this;1067    }1068}1069```1070",True,"ReplaceMethodWithPropertyCodeRefactoringProvider crashes - **Code to Reproduce**:1071 1072``` csharp1073public class Foo1074{1075    public Foo()1076    {1077        Foo value = GetValue().GetValue();1078    }1079 1080    public Foo GetValue() // ""Replace 'GetValue' with property""1081    {1082        return this;1083    }1084}1085```1086",1,replacemethodwithpropertycoderefactoringprovider crashes     code to reproduce           csharp  public class foo         public foo                   foo value   getvalue   getvalue                  public foo getvalue       replace  getvalue  with property                  return this                  ,11087490,7868920385.0,IssuesEvent,2018-06-24 06:47:53,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,OperationCanceledException during Formatting,Area-IDE Bug Tenet-Reliability,"A customer found this in their activity log after editing JS/TS in a session with responsiveness issues.1088 1089```1090System.OperationCanceledException: The operation was canceled.1091   at System.Threading.CancellationToken.ThrowOperationCanceledException()1092   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)1093   at Roslyn.Utilities.TaskExtensions.WaitAndGetResult_CanCallOnBackground[T](Task`1 task, CancellationToken cancellationToken)1094   at Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ExecuteReturnOrTypeCommand(EditorCommandArgs args, Action nextHandler, CancellationToken cancellationToken)1095   at Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ExecuteCommand(ReturnKeyCommandArgs args, Action nextHandler, CommandExecutionContext context)1096   at Microsoft.VisualStudio.Commanding.CommandHandlerExtensions.ExecuteCommand[T](ICommandHandler commandHandler, T args, Action nextCommandHandler, CommandExecutionContext executionContext)1097   at Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.&lt;&gt;c__DisplayClass14_1`1.&lt;Execute&gt;b__1()1098   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)1099--- End of stack trace from previous location where exception was thrown ---1100   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)1101```1102 1103My guess is that JS/TS formatting was too slow and either the user or a timeout attempted to cancel the operation.  Perhaps OperationCanceledException is not supposed to bubble out of a command handler?",True,"OperationCanceledException during Formatting - A customer found this in their activity log after editing JS/TS in a session with responsiveness issues.1104 1105```1106System.OperationCanceledException: The operation was canceled.1107   at System.Threading.CancellationToken.ThrowOperationCanceledException()1108   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)1109   at Roslyn.Utilities.TaskExtensions.WaitAndGetResult_CanCallOnBackground[T](Task`1 task, CancellationToken cancellationToken)1110   at Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ExecuteReturnOrTypeCommand(EditorCommandArgs args, Action nextHandler, CancellationToken cancellationToken)1111   at Microsoft.CodeAnalysis.Editor.Implementation.Formatting.FormatCommandHandler.ExecuteCommand(ReturnKeyCommandArgs args, Action nextHandler, CommandExecutionContext context)1112   at Microsoft.VisualStudio.Commanding.CommandHandlerExtensions.ExecuteCommand[T](ICommandHandler commandHandler, T args, Action nextCommandHandler, CommandExecutionContext executionContext)1113   at Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.&lt;&gt;c__DisplayClass14_1`1.&lt;Execute&gt;b__1()1114   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)1115--- End of stack trace from previous location where exception was thrown ---1116   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)1117```1118 1119My guess is that JS/TS formatting was too slow and either the user or a timeout attempted to cancel the operation.  Perhaps OperationCanceledException is not supposed to bubble out of a command handler?",1,operationcanceledexception during formatting   a customer found this in their activity log after editing js ts in a session with responsiveness issues          system operationcanceledexception  the operation was canceled      at system threading cancellationtoken throwoperationcanceledexception       at system threading tasks task wait   millisecondstimeout  cancellationtoken cancellationtoken      at roslyn utilities taskextensions waitandgetresult cancallonbackground  task   task  cancellationtoken cancellationtoken      at microsoft codeanalysis editor implementation formatting formatcommandhandler executereturnortypecommand editorcommandargs args  action nexthandler  cancellationtoken cancellationtoken      at microsoft codeanalysis editor implementation formatting formatcommandhandler executecommand returnkeycommandargs args  action nexthandler  commandexecutioncontext context      at microsoft visualstudio commanding commandhandlerextensions executecommand  icommandhandler commandhandler  t args  action nextcommandhandler  commandexecutioncontext executioncontext      at microsoft visualstudio ui text commanding implementation editorcommandhandlerservice  lt  gt c         lt execute gt b          at microsoft visualstudio text utilities guardedoperations callextensionpoint object errorsource  action call       end of stack trace from previous location where exception was thrown         at microsoft visualstudio telemetry windowserrorreporting watsonreport getclrwatsonexceptioninfo exception exceptionobject          my guess is that js ts formatting was too slow and either the user or a timeout attempted to cancel the operation   perhaps operationcanceledexception is not supposed to bubble out of a command handler ,11120136,4161448335.0,IssuesEvent,2016-06-17 16:38:43,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,opened,TypeLoadException in Telemetry assembly causes dev14 to crash with new Roslyn bits,Tenet-Reliability,"Repro:1121- Install dev14 (I'm using update 3 preview specifically)1122- Build Roslyn (open)1123- Launch dev hive and try to open a solution like Roslyn.sln1124 1125Symptom:1126The IDE crashes with following information.1127 1128`{""Method 'AnalyzeSyntaxAsync' in type 'Analyzer' from assembly 'Microsoft.VisualStudio.LanguageServices.Telemetry, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation."":""Analyzer""}`1129 1130```   at Microsoft.VisualStudio.LangaugeServices.Telemetry.ProjectTelemetryIncrementalAnalyzerProvider.CreateIncrementalAnalyzer(Workspace workspace)1131   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.<>c__DisplayClass15_0.<GetOrderedAnalyzers>b__0(Lazy`2 p) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 1001132   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()1133   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)1134   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()1135   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)1136   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)1137   at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable`1 items)1138   at System.Collections.Immutable.ImmutableArray.ToImmutableArray[TSource](IEnumerable`1 items)1139   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.GetOrderedAnalyzers(Registration registration, IEnumerable`1 providers) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 1001140   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.GetIncrementalAnalyzers(Registration registration, IEnumerable`1 providers) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 901141   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.<>c__DisplayClass11_0.<.ctor>b__1() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 591142   at System.Lazy`1.CreateValue()1143   at System.Lazy`1.LazyInitValue()1144   at System.Lazy`1.get_Value()1145   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.NormalPriorityProcessor.get_Analyzers() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs:line 711146   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.NormalPriorityProcessor.<ResetStatesAsync>d__42.MoveNext() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs:line 535```1147 1148This exception occurs because of a change to IIncrementalAsync interface (in open): https://github.com/dotnet/roslyn/commit/52d00a2fabe7b43381e8ab077ff7f6c3e8733e69 1149 1150CC @KevinH-MS 1151 1152 1153",True,"TypeLoadException in Telemetry assembly causes dev14 to crash with new Roslyn bits - Repro:1154- Install dev14 (I'm using update 3 preview specifically)1155- Build Roslyn (open)1156- Launch dev hive and try to open a solution like Roslyn.sln1157 1158Symptom:1159The IDE crashes with following information.1160 1161`{""Method 'AnalyzeSyntaxAsync' in type 'Analyzer' from assembly 'Microsoft.VisualStudio.LanguageServices.Telemetry, Version=1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation."":""Analyzer""}`1162 1163```   at Microsoft.VisualStudio.LangaugeServices.Telemetry.ProjectTelemetryIncrementalAnalyzerProvider.CreateIncrementalAnalyzer(Workspace workspace)1164   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.<>c__DisplayClass15_0.<GetOrderedAnalyzers>b__0(Lazy`2 p) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 1001165   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()1166   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)1167   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()1168   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)1169   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)1170   at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable`1 items)1171   at System.Collections.Immutable.ImmutableArray.ToImmutableArray[TSource](IEnumerable`1 items)1172   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.GetOrderedAnalyzers(Registration registration, IEnumerable`1 providers) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 1001173   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.GetIncrementalAnalyzers(Registration registration, IEnumerable`1 providers) in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 901174   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.<>c__DisplayClass11_0.<.ctor>b__1() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs:line 591175   at System.Lazy`1.CreateValue()1176   at System.Lazy`1.LazyInitValue()1177   at System.Lazy`1.get_Value()1178   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.NormalPriorityProcessor.get_Analyzers() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs:line 711179   at Microsoft.CodeAnalysis.SolutionCrawler.SolutionCrawlerRegistrationService.WorkCoordinator.IncrementalAnalyzerProcessor.NormalPriorityProcessor.<ResetStatesAsync>d__42.MoveNext() in D:\repos\roslyn2\src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs:line 535```1180 1181This exception occurs because of a change to IIncrementalAsync interface (in open): https://github.com/dotnet/roslyn/commit/52d00a2fabe7b43381e8ab077ff7f6c3e8733e69 1182 1183CC @KevinH-MS 1184 1185 1186",1,typeloadexception in telemetry assembly causes   to crash with new roslyn bits   repro     install    i m using update   preview specifically     build roslyn  open     launch dev hive and try to open a solution like roslyn sln    symptom   the ide crashes with following information        method  analyzesyntaxasync  in type  analyzer  from assembly  microsoft visualstudio languageservices telemetry  version          culture neutral  publickeytoken    does not have an implementation    analyzer             at microsoft visualstudio langaugeservices telemetry projecttelemetryincrementalanalyzerprovider createincrementalanalyzer workspace workspace      at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor  c       b    lazy   p  in d  repos   src features core portable solutioncrawler workcoordinator incrementalanalyzerprocessor cs line       at system linq enumerable whereselectenumerableiterator   movenext       at system linq buffer    ctor ienumerable   source      at system linq orderedenumerable    d    movenext       at system linq buffer    ctor ienumerable   source      at system linq enumerable toarray  ienumerable   source      at system collections immutable immutablearray createrange  ienumerable   items      at system collections immutable immutablearray toimmutablearray  ienumerable   items      at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor getorderedanalyzers registration registration  ienumerable   providers  in d  repos   src features core portable solutioncrawler workcoordinator incrementalanalyzerprocessor cs line       at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor getincrementalanalyzers registration registration  ienumerable   providers  in d  repos   src features core portable solutioncrawler workcoordinator incrementalanalyzerprocessor cs line       at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor  c       b      in d  repos   src features core portable solutioncrawler workcoordinator incrementalanalyzerprocessor cs line       at system lazy   createvalue       at system lazy   lazyinitvalue       at system lazy   get value       at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor normalpriorityprocessor get analyzers   in d  repos   src features core portable solutioncrawler workcoordinator normalpriorityprocessor cs line       at microsoft codeanalysis solutioncrawler solutioncrawlerregistrationservice workcoordinator incrementalanalyzerprocessor normalpriorityprocessor  d    movenext   in d  repos   src features core portable solutioncrawler workcoordinator normalpriorityprocessor cs line         this exception occurs because of a change to iincrementalasync interface  in open         cc  kevinh ms       ,111871500,16604305584.0,IssuesEvent,2021-06-02 00:41:29,dotnet/roslyn,https://api.github.com/repos/dotnet/roslyn,closed,Hot Reload crashes VS (WinForms example),Area-IDE Bug Interactive-EnC Tenet-Reliability,"The following is a bug report as per my conversation with Tomas. It was tested using internal Main build of VS.1188 1189Repro:1190 11911. Created a WinForms app targeting .NET 6 (preview 3 public)11922. Added a button and rich textbox11933. Added a click event for button, started the app11944. Add some minor code, hot reload. commented it out, hot reload.11955. Then I switch gears to follow this sample (never stopped running) (sample: https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-how-to?pivots=dotnet-5-0#httpclient-and-httpcontent-extension-methods)11967. I changed click event to be async, applied it11978. I then added the JSON example code (see image below), resolving all the using statements and all the code was valid no errors with classes and the rest of the Main code under my button click1198 1199![Pasted code in step 8](https://user-images.githubusercontent.com/2363526/115816310-83c00000-a3ad-11eb-9d3e-571f0815cd50.png)1200 

Showing the first 1,200 of 16105 lines. Download the file for the rest.