You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.NullReferenceException : Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`5.GetParameterNode(SyntaxToken token,Int32 position)
at async Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`5.ComputeRefactoringsAsync[TParameterSyntax,TMemberDeclarationSyntax,TStatementSyntax,TExpressionSyntax,TBinaryExpressionSyntax](<Unknown Parameters>)
at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync(<Unknown Parameters>)
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
System.NullReferenceException : Object reference not set to an instance of an object.
at Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`5.GetParameterNode(SyntaxToken token,Int32 position)
at async Microsoft.CodeAnalysis.InitializeParameter.AbstractInitializeParameterCodeRefactoringProvider`5.ComputeRefactoringsAsync[TParameterSyntax,TMemberDeclarationSyntax,TStatementSyntax,TExpressionSyntax,TBinaryExpressionSyntax](<Unknown Parameters>)
at async Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoringService.GetRefactoringFromProviderAsync(<Unknown Parameters>)
at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
The text was updated successfully, but these errors were encountered:
New VB console app with the following text:
Place the caret at position 0 (before class).
Two error bars appear:
'VisualBasicInitializeMemberFromParameterCodeRefactoringPorivder":
'VisualBasicAddParameterCheckCodeRefactoringProvider':
The text was updated successfully, but these errors were encountered: