1 instantiation of RemoveDiscardHelper
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
142using var helper = new RemoveDiscardHelper(localDeclarationStatement, editor);
2 references to RemoveDiscardHelper
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
56RemoveDiscardHelper.ProcessDeclarationStatement(localDeclarationStatement, editor); 142using var helper = new RemoveDiscardHelper(localDeclarationStatement, editor);