dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.86k stars 672 forks source link

System.ArgumentOutOfRangeException: 'end' must not be less than 'start' #4394

Open Spongman opened 3 years ago

Spongman commented 3 years ago

Steps to Reproduce

dotnet new console open .

OmniSharp log

```` Starting OmniSharp server at 2/13/2021, 12:35:18 PM Target: /home/user/fix-includes OmniSharp server started. Path: /home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/run PID: 8521 [info]: OmniSharp.Stdio.Host Starting OmniSharp on ubuntu 20.4 (x64) [info]: OmniSharp.Services.DotNetCliService DotNetPath set to dotnet [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Located 1 MSBuild instance(s) 1: StandAlone 16.8.0 - "/home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild/Current/Bin" [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator MSBUILD_EXE_PATH environment variable set to '/home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild/Current/Bin/MSBuild.exe' [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Registered MSBuild instance: StandAlone 16.8.0 - "/home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild/Current/Bin" CscToolExe = csc.exe MSBuildToolsPath = /home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild/Current/Bin CscToolPath = /home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild/Current/Bin/Roslyn BypassFrameworkInstallChecks = true MSBuildExtensionsPath = /home/user/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.6/omnisharp/.msbuild [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140 [info]: OmniSharp.Cake.CakeProjectSystem Detecting Cake files in '/home/user/fix-includes'. [info]: OmniSharp.Cake.CakeProjectSystem Could not find any Cake files [info]: OmniSharp.MSBuild.ProjectSystem No solution files found in '/home/user/fix-includes' [info]: OmniSharp.MSBuild.ProjectManager Queue project update for '/home/user/fix-includes/fix-includes.csproj' [info]: OmniSharp.Script.ScriptProjectSystem Detecting CSX files in '/home/user/fix-includes'. [info]: OmniSharp.Script.ScriptProjectSystem Could not find any CSX files [info]: OmniSharp.WorkspaceInitializer Configuration finished. [info]: OmniSharp.Stdio.Host Omnisharp server running using Stdio at location '/home/user/fix-includes' on host 8451. [info]: OmniSharp.MSBuild.ProjectManager Loading project: /home/user/fix-includes/fix-includes.csproj [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file '/home/user/fix-includes/fix-includes.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Adding project '/home/user/fix-includes/fix-includes.csproj' [info]: OmniSharp.MSBuild.ProjectManager Update project: fix-includes [warn]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 5, "Command": "/v2/getcodeactions", "Arguments": { "FileName": "/home/user/fix-includes/Program.cs", "Selection": { "Start": { "Line": 5, "Column": 17 }, "End": { "Line": 6, "Column": 0 } } } } [fail]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 5, "Command": "/v2/getcodeactions", "Running": true, "Success": false, "Message": "\"System.ArgumentOutOfRangeException: 'end' must not be less than 'start'\\nParameter name: end\\n at Microsoft.CodeAnalysis.Text.TextSpan.FromBounds (System.Int32 start, System.Int32 end) [0x00022] in <02f1a35137194cc3b7bab26f0cb540aa>:0 \\n at OmniSharp.Extensions.TextExtensions.GetSpanFromRange (Microsoft.CodeAnalysis.Text.SourceText text, OmniSharp.Models.V2.Range range) [0x00018] in <2d5931aea4884920ba779e9a55abed9c>:0 \\n at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].GetTextSpan (OmniSharp.Models.V2.CodeActions.ICodeActionRequest request, Microsoft.CodeAnalysis.Text.SourceText sourceText) [0x00015] in <09370a9acd194e4ab6aa0320066dbeaa>:0 \\n at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].GetAvailableCodeActions (OmniSharp.Models.V2.CodeActions.ICodeActionRequest request) [0x00128] in <09370a9acd194e4ab6aa0320066dbeaa>:0 \\n at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService.Handle (OmniSharp.Models.V2.CodeActions.GetCodeActionsRequest request) [0x0006b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].GetFirstNotEmptyResponseFromHandlers (OmniSharp.Endpoint.Exports.ExportHandler`2[TRequest,TResponse][] handlers, TRequest request) [0x00099] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].HandleRequestForLanguage (System.String language, TRequest request, OmniSharp.Protocol.RequestPacket packet) [0x00163] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].Process (OmniSharp.Protocol.RequestPacket packet, OmniSharp.Endpoint.LanguageModel model, Newtonsoft.Json.Linq.JToken requestObject) [0x0024b] in :0 \\n at OmniSharp.Stdio.Host.HandleRequest (System.String json, Microsoft.Extensions.Logging.ILogger logger) [0x000e8] in :0 \"", "Body": null, "Seq": 32, "Type": "response" } Received response for /quickinfo but could not find request. [warn]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 13, "Command": "/findusages", "Arguments": { "FileName": "/home/user/fix-includes/Program.cs", "Line": 9, "Column": 39, "OnlyThisFile": true, "ExcludeDefinition": false } } [fail]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 13, "Command": "/findusages", "Running": true, "Success": false, "Message": "\"System.InvalidOperationException: Unexpected null\\n at Roslyn.Utilities.Contract.Fail (System.String message) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.MapToAppropriateSymbol (Microsoft.CodeAnalysis.ISymbol symbol) [0x0003a] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.DetermineAllSymbolsCoreAsync (Microsoft.CodeAnalysis.ISymbol symbol, Roslyn.Utilities.ConcurrentSet`1[T] result) [0x0005b] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.DetermineAllSymbolsAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x0009f] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x001d5] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x003ba] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x00463] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IStreamingFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchOptions options, System.Threading.CancellationToken cancellationToken) [0x00267] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchOptions options, System.Threading.CancellationToken cancellationToken) [0x000b3] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, System.Threading.CancellationToken cancellationToken) [0x00086] in <1b72cf009970430282a46c2931a92a23>:0 \\n at OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService.Handle (OmniSharp.Models.FindUsages.FindUsagesRequest request) [0x00390] in <09370a9acd194e4ab6aa0320066dbeaa>:0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].AggregateResponsesFromLanguageHandlers (OmniSharp.Endpoint.Exports.ExportHandler`2[TRequest,TResponse][] handlers, TRequest request) [0x000a9] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].HandleRequestForLanguage (System.String language, TRequest request, OmniSharp.Protocol.RequestPacket packet) [0x000fb] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].Process (OmniSharp.Protocol.RequestPacket packet, OmniSharp.Endpoint.LanguageModel model, Newtonsoft.Json.Linq.JToken requestObject) [0x0024b] in :0 \\n at OmniSharp.Stdio.Host.HandleRequest (System.String json, Microsoft.Extensions.Logging.ILogger logger) [0x000e8] in :0 \"", "Body": null, "Seq": 702, "Type": "response" } [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.AbstractReplacePropertyWithMethodsService`5[TIdentifierNameSyntax,TExpressionSyntax,TCrefSyntax,TStatementSyntax,TPropertySyntax].GetPropertyDeclarationAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00069] in :0 at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c9] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.ReplaceMethodWithProperty.ReplaceMethodWithPropertyCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ReplaceMethodWithProperty.AbstractReplaceMethodWithPropertyService`1[TMethodDeclarationSyntax].GetMethodDeclarationAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00069] in :0 at Microsoft.CodeAnalysis.ReplaceMethodWithProperty.ReplaceMethodWithPropertyCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c9] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.IntroduceVariable.IntroduceVariableCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.AbstractIntroduceVariableService`6+State[TService,TExpressionSyntax,TTypeSyntax,TTypeDeclarationSyntax,TQueryExpressionSyntax,TNameSyntax].TryInitializeAsync (Microsoft.CodeAnalysis.SemanticDocument document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x000d6] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.AbstractIntroduceVariableService`6+State[TService,TExpressionSyntax,TTypeSyntax,TTypeDeclarationSyntax,TQueryExpressionSyntax,TNameSyntax].GenerateAsync (TService service, Microsoft.CodeAnalysis.SemanticDocument document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x00092] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.AbstractIntroduceVariableService`6[TService,TExpressionSyntax,TTypeSyntax,TTypeDeclarationSyntax,TQueryExpressionSyntax,TNameSyntax].IntroduceVariableAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x0011a] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.IntroduceVariableCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c1] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.GenerateOverrides.GenerateOverridesCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSyntaxFacts.TryGetAncestorForLocation[TNode] (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.CSharp.LanguageServices.CSharpSyntaxFacts.IsOnTypeHeader (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position, System.Boolean fullHeader, Microsoft.CodeAnalysis.SyntaxNode& typeDeclaration) [0x00000] in <290f9877b5d5494ca551daa9d28735d3>:0 at Microsoft.CodeAnalysis.LanguageServices.ISyntaxFactsExtensions.IsOnTypeHeader (Microsoft.CodeAnalysis.LanguageServices.ISyntaxFacts syntaxFacts, Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position, Microsoft.CodeAnalysis.SyntaxNode& typeDeclaration) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.GenerateOverrides.GenerateOverridesCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00161] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.GenerateEqualsAndGetHashCodeFromMembers.GenerateEqualsAndGetHashCodeFromMembersCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSelectedMembers`5[TMemberDeclarationSyntax,TFieldDeclarationSyntax,TPropertyDeclarationSyntax,TTypeDeclarationSyntax,TVariableSyntax].GetSelectedFieldsAndPropertiesAsync (Microsoft.CodeAnalysis.SyntaxTree tree, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x00138] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.GenerateFromMembers.AbstractGenerateFromMembersCodeRefactoringProvider.GetSelectedMemberInfoAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x0013a] in :0 at Microsoft.CodeAnalysis.GenerateEqualsAndGetHashCodeFromMembers.GenerateEqualsAndGetHashCodeFromMembersCodeRefactoringProvider.GenerateEqualsAndGetHashCodeFromMembersAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x000ae] in :0 at Microsoft.CodeAnalysis.GenerateEqualsAndGetHashCodeFromMembers.GenerateEqualsAndGetHashCodeFromMembersCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000cd] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.GenerateDefaultConstructors.GenerateDefaultConstructorsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSyntaxFacts.TryGetAncestorForLocation[TNode] (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.CSharp.LanguageServices.CSharpSyntaxFacts.IsOnTypeHeader (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position, System.Boolean fullHeader, Microsoft.CodeAnalysis.SyntaxNode& typeDeclaration) [0x00000] in <290f9877b5d5494ca551daa9d28735d3>:0 at Microsoft.CodeAnalysis.LanguageServices.ISyntaxFactsExtensions.IsOnTypeHeader (Microsoft.CodeAnalysis.LanguageServices.ISyntaxFacts syntaxFacts, Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position, Microsoft.CodeAnalysis.SyntaxNode& typeDeclaration) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.CSharp.GenerateMember.GenerateDefaultConstructors.CSharpGenerateDefaultConstructorsService.TryInitializeState (Microsoft.CodeAnalysis.SemanticDocument semanticDocument, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken, Microsoft.CodeAnalysis.INamedTypeSymbol& classType) [0x00021] in :0 at Microsoft.CodeAnalysis.GenerateMember.GenerateDefaultConstructors.AbstractGenerateDefaultConstructorsService`1+State[TService].TryInitialize (TService service, Microsoft.CodeAnalysis.SemanticDocument semanticDocument, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x0000d] in :0 at Microsoft.CodeAnalysis.GenerateMember.GenerateDefaultConstructors.AbstractGenerateDefaultConstructorsService`1+State[TService].Generate (TService service, Microsoft.CodeAnalysis.SemanticDocument document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x00006] in :0 at Microsoft.CodeAnalysis.GenerateMember.GenerateDefaultConstructors.AbstractGenerateDefaultConstructorsService`1[TService].GenerateDefaultConstructorsAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x000b8] in :0 at Microsoft.CodeAnalysis.GenerateDefaultConstructors.GenerateDefaultConstructorsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c9] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.GenerateComparisonOperators.GenerateComparisonOperatorsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSyntaxFacts.TryGetAncestorForLocation[TNode] (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.CSharp.LanguageServices.CSharpSyntaxFacts.IsOnTypeHeader (Microsoft.CodeAnalysis.SyntaxNode root, System.Int32 position, System.Boolean fullHeader, Microsoft.CodeAnalysis.SyntaxNode& typeDeclaration) [0x00000] in <290f9877b5d5494ca551daa9d28735d3>:0 at Microsoft.CodeAnalysis.GenerateComparisonOperators.GenerateComparisonOperatorsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0017d] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.ExtractInterface.ExtractInterfaceCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CSharp.ExtractInterface.CSharpExtractInterfaceService.GetTypeDeclarationAsync (Microsoft.CodeAnalysis.Document document, System.Int32 position, Microsoft.CodeAnalysis.ExtractInterface.TypeDiscoveryRule typeDiscoveryRule, System.Threading.CancellationToken cancellationToken) [0x00122] in :0 at Microsoft.CodeAnalysis.ExtractInterface.AbstractExtractInterfaceService.AnalyzeTypeAtPositionAsync (Microsoft.CodeAnalysis.Document document, System.Int32 position, Microsoft.CodeAnalysis.ExtractInterface.TypeDiscoveryRule typeDiscoveryRule, System.Threading.CancellationToken cancellationToken) [0x00091] in :0 at Microsoft.CodeAnalysis.ExtractInterface.AbstractExtractInterfaceService.GetExtractInterfaceCodeActionAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00087] in :0 at Microsoft.CodeAnalysis.ExtractInterface.ExtractInterfaceCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0008e] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.ConvertToInterpolatedString.ConvertRegularStringToInterpolatedStringRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.ConvertToInterpolatedString.ConvertRegularStringToInterpolatedStringRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000f3] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CodeRefactorings.MoveType.MoveTypeCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.MoveType.CSharpMoveTypeService.GetRelevantNodeAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.MoveType.AbstractMoveTypeService`5[TService,TTypeDeclarationSyntax,TNamespaceDeclarationSyntax,TMemberDeclarationSyntax,TCompilationUnitSyntax].CreateStateAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x0008b] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.MoveType.AbstractMoveTypeService`5[TService,TTypeDeclarationSyntax,TNamespaceDeclarationSyntax,TMemberDeclarationSyntax,TCompilationUnitSyntax].GetRefactoringAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x00081] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.MoveType.MoveTypeCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c5] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.ChangeSignature.ChangeSignatureCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CSharp.ChangeSignature.CSharpChangeSignatureService.GetInvocationSymbolAsync (Microsoft.CodeAnalysis.Document document, System.Int32 position, System.Boolean restrictToDeclarations, System.Threading.CancellationToken cancellationToken) [0x00140] in :0 at Microsoft.CodeAnalysis.ChangeSignature.AbstractChangeSignatureService.GetContextAsync (Microsoft.CodeAnalysis.Document document, System.Int32 position, System.Boolean restrictToDeclarations, System.Threading.CancellationToken cancellationToken) [0x00099] in :0 at Microsoft.CodeAnalysis.ChangeSignature.AbstractChangeSignatureService.GetChangeSignatureCodeActionAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00087] in :0 at Microsoft.CodeAnalysis.ChangeSignature.ChangeSignatureCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.AddConstructorParametersFromMembers.AddConstructorParametersFromMembersCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSelectedMembers`5[TMemberDeclarationSyntax,TFieldDeclarationSyntax,TPropertyDeclarationSyntax,TTypeDeclarationSyntax,TVariableSyntax].GetSelectedFieldsAndPropertiesAsync (Microsoft.CodeAnalysis.SyntaxTree tree, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x00138] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.GenerateFromMembers.AbstractGenerateFromMembersCodeRefactoringProvider.GetSelectedMemberInfoAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x0013a] in :0 at Microsoft.CodeAnalysis.AddConstructorParametersFromMembers.AddConstructorParametersFromMembersCodeRefactoringProvider.AddConstructorParametersFromMembersAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Threading.CancellationToken cancellationToken) [0x0009c] in :0 at Microsoft.CodeAnalysis.AddConstructorParametersFromMembers.AddConstructorParametersFromMembersCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000b1] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.Wrapping.CSharpWrappingCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.Wrapping.AbstractWrappingCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000d3] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.UseNamedArguments.CSharpUseNamedArgumentsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.UseNamedArguments.AbstractUseNamedArgumentsCodeRefactoringProvider+Analyzer`3[TBaseArgumentSyntax,TSimpleArgumentSyntax,TArgumentListSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context, Microsoft.CodeAnalysis.SyntaxNode root) [0x000e7] in :0 at Microsoft.CodeAnalysis.UseNamedArguments.AbstractUseNamedArgumentsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0014a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000de] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaCodeStyleProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, Microsoft.CodeAnalysis.CodeStyle.ExpressionBodyPreference option, System.Threading.CancellationToken cancellationToken) [0x000ad] in :0 at Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaCodeStyleProvider.ComputeAllRefactoringsWhenAnalyzerInactiveAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00084] in :0 at Microsoft.CodeAnalysis.CodeStyle.AbstractCodeStyleProvider`2[TOptionKind,TCodeStyleProvider].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context, TOptionKind option, System.Boolean analyzerActive) [0x000ac] in :0 at Microsoft.CodeAnalysis.CodeStyle.AbstractCodeStyleProvider`2[TOptionKind,TCodeStyleProvider].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00138] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.SplitOrMergeIfStatements.CSharpMergeConsecutiveIfStatementsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: span at Microsoft.CodeAnalysis.SyntaxNode.FindNode (Microsoft.CodeAnalysis.Text.TextSpan span, System.Boolean findInsideTrivia, System.Boolean getInnermostNodeForTie) [0x00011] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SplitOrMergeIfStatements.AbstractMergeIfStatementsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000fb] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.SplitOrMergeIfStatements.CSharpMergeNestedIfStatementsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: span at Microsoft.CodeAnalysis.SyntaxNode.FindNode (Microsoft.CodeAnalysis.Text.TextSpan span, System.Boolean findInsideTrivia, System.Boolean getInnermostNodeForTie) [0x00011] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SplitOrMergeIfStatements.AbstractMergeIfStatementsCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000fb] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.SplitOrMergeIfStatements.CSharpSplitIntoConsecutiveIfStatementsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SplitOrMergeIfStatements.AbstractSplitIfStatementCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000e3] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.SplitOrMergeIfStatements.CSharpSplitIntoNestedIfStatementsCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SplitOrMergeIfStatements.AbstractSplitIfStatementCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000e3] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ReverseForStatement.CSharpReverseForStatementCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.ReverseForStatement.CSharpReverseForStatementCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00093] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ReplaceDocCommentTextWithTag.CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Func`2[T,TResult] stepInto) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Func`2[T,TResult] findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x00003] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.ReplaceDocCommentTextWithTag.AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000d9] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.NameTupleElement.CSharpNameTupleElementCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.NameTupleElement.AbstractNameTupleElementCodeRefactoringProvider`2[TArgumentSyntax,TTupleExpressionSyntax].TryGetArgumentInfoAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x000cf] in :0 at Microsoft.CodeAnalysis.NameTupleElement.AbstractNameTupleElementCodeRefactoringProvider`2[TArgumentSyntax,TTupleExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000e5] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.MoveDeclarationNearReference.CSharpMoveDeclarationNearReferenceCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.MoveDeclarationNearReference.AbstractMoveDeclarationNearReferenceCodeRefactoringProvider`1[TLocalDeclaration].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000ad] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00136] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.InvertLogical.CSharpInvertLogicalCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InvertLogical.AbstractInvertLogicalCodeRefactoringProvider`3[TSyntaxKind,TExpressionSyntax,TBinaryExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000ac] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.InvertIf.CSharpInvertIfCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InvertIf.AbstractInvertIfCodeRefactoringProvider`3[TIfStatementSyntax,TStatementSyntax,TEmbeddedStatement].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000b6] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.InvertConditional.CSharpInvertConditionalCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InvertConditional.AbstractInvertConditionalCodeRefactoringProvider`1[TConditionalExpressionSyntax].FindConditionalAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InvertConditional.AbstractInvertConditionalCodeRefactoringProvider`1[TConditionalExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c8] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.IntroduceVariable.CSharpIntroduceLocalForExpressionCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.AbstractIntroduceLocalForExpressionCodeRefactoringProvider`4[TExpressionSyntax,TStatementSyntax,TExpressionStatementSyntax,TLocalDeclarationStatementSyntax].GetExpressionStatementAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00074] in :0 at Microsoft.CodeAnalysis.IntroduceVariable.AbstractIntroduceLocalForExpressionCodeRefactoringProvider`4[TExpressionSyntax,TStatementSyntax,TExpressionStatementSyntax,TLocalDeclarationStatementSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009b] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.IntroduceUsingStatement.CSharpIntroduceUsingStatementCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.IntroduceUsingStatement.AbstractIntroduceUsingStatementCodeRefactoringProvider`2[TStatementSyntax,TLocalDeclarationSyntax].FindDisposableLocalDeclarationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selection, System.Threading.CancellationToken cancellationToken) [0x0008a] in :0 at Microsoft.CodeAnalysis.IntroduceUsingStatement.AbstractIntroduceUsingStatementCodeRefactoringProvider`2[TStatementSyntax,TLocalDeclarationSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c6] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.InitializeParameter.CSharpAddParameterCheckCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`4[TTypeDeclarationSyntax,TParameterSyntax,TStatementSyntax,TExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000af] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.InitializeParameter.CSharpInitializeMemberFromParameterCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`4[TTypeDeclarationSyntax,TParameterSyntax,TStatementSyntax,TExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000af] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ImplementInterface.CSharpImplementExplicitlyCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CSharp.ImplementInterface.AbstractChangeImplementionCodeRefactoringProvider.GetContainerAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000a3] in :0 at Microsoft.CodeAnalysis.CSharp.ImplementInterface.AbstractChangeImplementionCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ImplementInterface.CSharpImplementImplicitlyCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CSharp.ImplementInterface.AbstractChangeImplementionCodeRefactoringProvider.GetContainerAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000a3] in :0 at Microsoft.CodeAnalysis.CSharp.ImplementInterface.AbstractChangeImplementionCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.GenerateConstructorFromMembers.CSharpGenerateConstructorFromMembersCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.LanguageServices.AbstractSelectedMembers`5[TMemberDeclarationSyntax,TFieldDeclarationSyntax,TPropertyDeclarationSyntax,TTypeDeclarationSyntax,TVariableSyntax].GetSelectedFieldsAndPropertiesAsync (Microsoft.CodeAnalysis.SyntaxTree tree, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x00138] in <1b72cf009970430282a46c2931a92a23>:0 at Microsoft.CodeAnalysis.GenerateFromMembers.AbstractGenerateFromMembersCodeRefactoringProvider.GetSelectedMemberInfoAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean allowPartialSelection, System.Threading.CancellationToken cancellationToken) [0x0013a] in :0 at Microsoft.CodeAnalysis.GenerateConstructorFromMembers.AbstractGenerateConstructorFromMembersCodeRefactoringProvider.GenerateConstructorFromMembersAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan textSpan, System.Boolean addNullChecks, System.Threading.CancellationToken cancellationToken) [0x000a6] in :0 at Microsoft.CodeAnalysis.GenerateConstructorFromMembers.AbstractGenerateConstructorFromMembersCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000ce] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertTupleToStruct.CSharpConvertTupleToStructCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertTupleToStruct.AbstractConvertTupleToStructCodeRefactoringProvider`10[TExpressionSyntax,TNameSyntax,TIdentifierNameSyntax,TLiteralExpressionSyntax,TObjectCreationExpressionSyntax,TTupleExpressionSyntax,TArgumentSyntax,TTupleTypeSyntax,TTypeBlockSyntax,TNamespaceDeclarationSyntax].TryGetTupleInfoAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x0008b] in :0 at Microsoft.CodeAnalysis.ConvertTupleToStruct.AbstractConvertTupleToStructCodeRefactoringProvider`10[TExpressionSyntax,TNameSyntax,TIdentifierNameSyntax,TLiteralExpressionSyntax,TObjectCreationExpressionSyntax,TTupleExpressionSyntax,TArgumentSyntax,TTupleTypeSyntax,TTypeBlockSyntax,TNamespaceDeclarationSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00090] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertToInterpolatedString.CSharpConvertConcatenationToInterpolatedStringRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.ConvertToInterpolatedString.AbstractConvertConcatenationToInterpolatedStringRefactoringProvider`1[TExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c8] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertToInterpolatedString.CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.ConvertToInterpolatedString.AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider`5[TInvocationExpressionSyntax,TExpressionSyntax,TArgumentSyntax,TLiteralExpressionSyntax,TArgumentListExpressionSyntax].TryFindInvocationAsync (Microsoft.CodeAnalysis.Text.TextSpan span, Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SemanticModel semanticModel, System.Collections.Immutable.ImmutableArray`1[T] formatMethods, Microsoft.CodeAnalysis.LanguageServices.ISyntaxFactsService syntaxFactsService, System.Threading.CancellationToken cancellationToken) [0x000f7] in :0 at Microsoft.CodeAnalysis.ConvertToInterpolatedString.AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider`5[TInvocationExpressionSyntax,TExpressionSyntax,TArgumentSyntax,TLiteralExpressionSyntax,TArgumentListExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00209] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertNumericLiteral.CSharpConvertNumericLiteralCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertNumericLiteral.AbstractConvertNumericLiteralCodeRefactoringProvider`1[TNumericLiteralExpression].GetNumericTokenAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00086] in :0 at Microsoft.CodeAnalysis.ConvertNumericLiteral.AbstractConvertNumericLiteralCodeRefactoringProvider`1[TNumericLiteralExpression].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000d7] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertLinq.CSharpConvertLinqQueryToForEachProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertLinq.AbstractConvertLinqQueryToForEachProvider`2[TQueryExpression,TStatement].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00143] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertLinq.ConvertForEachToLinqQuery.CSharpConvertForEachToLinqQueryProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertLinq.ConvertForEachToLinqQuery.AbstractConvertForEachToLinqQueryProvider`2[TForEachStatement,TStatement].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00144] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertIfToSwitch.CSharpConvertIfToSwitchCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertIfToSwitch.AbstractConvertIfToSwitchCodeRefactoringProvider`4[TIfStatementSyntax,TExpressionSyntax,TIsExpressionSyntax,TPatternSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000f7] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertForToForEach.CSharpConvertForToForEachCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertForToForEach.AbstractConvertForToForEachCodeRefactoringProvider`6[TStatementSyntax,TForStatementSyntax,TExpressionSyntax,TMemberAccessExpressionSyntax,TTypeNode,TVariableDeclaratorSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000cf] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertForEachToFor.CSharpConvertForEachToForCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertForEachToFor.AbstractConvertForEachToForCodeRefactoringProvider`2[TStatementSyntax,TForEachStatement].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000ca] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertCast.CSharpConvertDirectCastToTryCastCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.ConvertCast.AbstractConvertCastCodeRefactoringProvider`3[TTypeNode,TFromExpression,TToExpression].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertCast.CSharpConvertTryCastToDirectCastCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.ConvertCast.AbstractConvertCastCodeRefactoringProvider`3[TTypeNode,TFromExpression,TToExpression].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0009a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertBetweenRegularAndVerbatimString.ConvertBetweenRegularAndVerbatimInterpolatedStringCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.ConvertBetweenRegularAndVerbatimString.AbstractConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider`1[TStringExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00093] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertBetweenRegularAndVerbatimString.ConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.ConvertBetweenRegularAndVerbatimString.AbstractConvertBetweenRegularAndVerbatimStringCodeRefactoringProvider`1[TStringExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00093] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertAutoPropertyToFullProperty.CSharpConvertAutoPropertyToFullPropertyCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.ConvertAutoPropertyToFullProperty.AbstractConvertAutoPropertyToFullPropertyCodeRefactoringProvider`2[TPropertyDeclarationNode,TTypeDeclarationNode].GetPropertyAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0006a] in :0 at Microsoft.CodeAnalysis.ConvertAutoPropertyToFullProperty.AbstractConvertAutoPropertyToFullPropertyCodeRefactoringProvider`2[TPropertyDeclarationNode,TTypeDeclarationNode].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0014a] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToClass.CSharpConvertAnonymousTypeToClassCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToClass.AbstractConvertAnonymousTypeToClassCodeRefactoringProvider`6[TExpressionSyntax,TNameSyntax,TIdentifierNameSyntax,TObjectCreationExpressionSyntax,TAnonymousObjectCreationExpressionSyntax,TNamespaceDeclarationSyntax].TryGetAnonymousObjectAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00083] in :0 at Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToClass.AbstractConvertAnonymousTypeToClassCodeRefactoringProvider`6[TExpressionSyntax,TNameSyntax,TIdentifierNameSyntax,TObjectCreationExpressionSyntax,TAnonymousObjectCreationExpressionSyntax,TNamespaceDeclarationSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000d2] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseImplicitType.UseImplicitTypeCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseType.AbstractUseTypeCodeRefactoringProvider.GetDeclarationAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00087] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseType.AbstractUseTypeCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000fc] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseExplicitType.UseExplicitTypeCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseType.AbstractUseTypeCodeRefactoringProvider.GetDeclarationAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00087] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.UseType.AbstractUseTypeCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000fc] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.PullMemberUp.CSharpPullMemberUpCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.NodeSelectionHelpers.GetSelectedDeclarationOrVariableAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00074] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.PullMemberUp.AbstractPullMemberUpRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000b7] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.LambdaSimplifier.LambdaSimplifierCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.LambdaSimplifier.LambdaSimplifierCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00171] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.InlineTemporary.InlineTemporaryCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.InlineTemporary.InlineTemporaryCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0015c] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.InlineMethod.CSharpInlineMethodRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.InlineMethod.AbstractInlineMethodRefactoringProvider`4[TMethodDeclarationSyntax,TStatementSyntax,TExpressionSyntax,TInvocationSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000af] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.ExtractClass.CSharpExtractClassCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.ExtractClass.CSharpExtractClassCodeRefactoringProvider.GetSelectedClassDeclarationAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00069] in :0 at Microsoft.CodeAnalysis.ExtractClass.AbstractExtractClassRefactoringProvider.TryGetClassActionAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context, Microsoft.CodeAnalysis.ExtractClass.IExtractClassOptionsService optionsService) [0x0007f] in :0 at Microsoft.CodeAnalysis.ExtractClass.AbstractExtractClassRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c9] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.ConvertLocalFunctionToMethod.CSharpConvertLocalFunctionToMethodCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CSharp.CodeRefactorings.ConvertLocalFunctionToMethod.CSharpConvertLocalFunctionToMethodCodeRefactoringProvider.ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000dd] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.CodeRefactorings.AddAwait.CSharpAddAwaitCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AddAwait.AbstractAddAwaitCodeRefactoringProvider`1[TInvocationExpressionSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x00143] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0 [fail]: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService Error computing refactorings for Microsoft.CodeAnalysis.CSharp.AddDebuggerDisplay.CSharpAddDebuggerDisplayCodeRefactoringProvider System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: position at Microsoft.CodeAnalysis.SyntaxNode.FindTokenCore (System.Int32 position, System.Boolean findInsideTrivia) [0x0002e] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.SyntaxNode.FindToken (System.Int32 position, System.Boolean findInsideTrivia) [0x00000] in <02f1a35137194cc3b7bab26f0cb540aa>:0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetTokensToRightOrInToLeftAndUpdatedLocationAsync (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.Text.TextSpan selectionTrimmed, System.Threading.CancellationToken cancellationToken) [0x0001e] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.AbstractRefactoringHelpersService`3[TExpressionSyntax,TArgumentSyntax,TExpressionStatementSyntax].GetRelevantNodesAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan selectionRaw, System.Threading.CancellationToken cancellationToken) [0x00220] in :0 at Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContextExtensions.TryGetRelevantNodeAsync[TSyntaxNode] (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Threading.CancellationToken cancellationToken) [0x00075] in :0 at Microsoft.CodeAnalysis.AddDebuggerDisplay.AbstractAddDebuggerDisplayCodeRefactoringProvider`2[TTypeDeclarationSyntax,TMethodDeclarationSyntax].GetRelevantTypeFromHeaderAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x0006a] in :0 at Microsoft.CodeAnalysis.AddDebuggerDisplay.AbstractAddDebuggerDisplayCodeRefactoringProvider`2[TTypeDeclarationSyntax,TMethodDeclarationSyntax].ComputeRefactoringsAsync (Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringContext context) [0x000c5] in :0 at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].CollectRefactoringActions (Microsoft.CodeAnalysis.Document document, Microsoft.CodeAnalysis.Text.TextSpan span, System.Collections.Generic.List`1[T] codeActions) [0x0010b] in <09370a9acd194e4ab6aa0320066dbeaa>:0

C# log

empty

Environment information

VSCode version: 1.53.0 C# Extension: 1.23.9

Mono Information OmniSharp using built-in mono
Dotnet Information .NET SDK (reflecting any global.json): Version: 5.0.101 Commit: d05174dc5a Runtime Environment: OS Name: ubuntu OS Version: 20.04 OS Platform: Linux RID: ubuntu.20.04-x64 Base Path: /usr/share/dotnet/sdk/5.0.101/ Host (useful for support): Version: 5.0.1 Commit: b02e13abab .NET SDKs installed: 2.2.402 [/usr/share/dotnet/sdk] 3.1.101 [/usr/share/dotnet/sdk] 5.0.101 [/usr/share/dotnet/sdk] .NET runtimes installed: Microsoft.AspNetCore.All 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.1 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 5.0.1 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.1 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 5.0.1 [/usr/share/dotnet/shared/Microsoft.NETCore.App] To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-download ````
Visual Studio Code Extensions |Extension|Author|Version| |---|---|---| |csharp|ms-dotnettools|1.23.9| |gitlens|eamodio|11.2.1| |vscode-nuget-package-manager|jmrog|1.1.6| |vscode-smart-column-indenter|lmcarreiro|0.0.13| |vscode-xml|redhat|0.15.0|;
Spongman commented 3 years ago

I did rm -fr ~/.vscode-server on the wsl guest, and tried again. omnisharp is the only extension installed in the guest. now i get:

[warn]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 18, "Command": "/findusages", "Arguments": { "FileName": "/home/user/fix-includes/Program.cs", "Line": 9, "Column": 40, "OnlyThisFile": true, "ExcludeDefinition": false } } [fail]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 18, "Command": "/findusages", "Running": true, "Success": false, "Message": "\"System.InvalidOperationException: Unexpected null\\n at Roslyn.Utilities.Contract.Fail (System.String message) [0x00000] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.MapToAppropriateSymbol (Microsoft.CodeAnalysis.ISymbol symbol) [0x0003a] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.DetermineAllSymbolsCoreAsync (Microsoft.CodeAnalysis.ISymbol symbol, Roslyn.Utilities.ConcurrentSet`1[T] result) [0x0005b] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.DetermineAllSymbolsAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x0009f] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x001d5] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x003ba] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol) [0x00463] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IStreamingFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchOptions options, System.Threading.CancellationToken cancellationToken) [0x00267] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchOptions options, System.Threading.CancellationToken cancellationToken) [0x000b3] in <1b72cf009970430282a46c2931a92a23>:0 \\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.FindReferencesAsync (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.Solution solution, Microsoft.CodeAnalysis.FindSymbols.IFindReferencesProgress progress, System.Collections.Immutable.IImmutableSet`1[T] documents, System.Threading.CancellationToken cancellationToken) [0x00086] in <1b72cf009970430282a46c2931a92a23>:0 \\n at OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService.Handle (OmniSharp.Models.FindUsages.FindUsagesRequest request) [0x00390] in <09370a9acd194e4ab6aa0320066dbeaa>:0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].AggregateResponsesFromLanguageHandlers (OmniSharp.Endpoint.Exports.ExportHandler`2[TRequest,TResponse][] handlers, TRequest request) [0x000a9] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].HandleRequestForLanguage (System.String language, TRequest request, OmniSharp.Protocol.RequestPacket packet) [0x000fb] in :0 \\n at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].Process (OmniSharp.Protocol.RequestPacket packet, OmniSharp.Endpoint.LanguageModel model, Newtonsoft.Json.Linq.JToken requestObject) [0x0024b] in :0 \\n at OmniSharp.Stdio.Host.HandleRequest (System.String json, Microsoft.Extensions.Logging.ILogger logger) [0x000e8] in :0 \"", "Body": null, "Seq": 103, "Type": "response" }
DataRostiashvili commented 3 years ago

same with me.