1 instantiation of RemoveDiscardHelper
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
144using var helper = new RemoveDiscardHelper(localDeclarationStatement, editor);
2 references to RemoveDiscardHelper
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
58RemoveDiscardHelper.ProcessDeclarationStatement(localDeclarationStatement, editor); 144using var helper = new RemoveDiscardHelper(localDeclarationStatement, editor);