1 instantiation of RemoveDiscardHelper
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
137
using var helper = new
RemoveDiscardHelper
(localDeclarationStatement, editor);
2 references to RemoveDiscardHelper
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
51
RemoveDiscardHelper
.ProcessDeclarationStatement(localDeclarationStatement, editor);
137
using
var
helper = new RemoveDiscardHelper(localDeclarationStatement, editor);