6 references to Remove_redundant_assignment
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractRemoveUnusedValuesCodeFixProvider.cs (3)
139title = CodeFixesResources.Remove_redundant_assignment; 168title = CodeFixesResources.Remove_redundant_assignment; 174title = CodeFixesResources.Remove_redundant_assignment;
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (3)
RemoveUnusedValueAssignmentTests.cs (3)
8659await TestExactActionSetOfferedAsync(source, new[] { CodeFixesResources.Remove_redundant_assignment }); 8673await TestExactActionSetOfferedAsync(source, new[] { CodeFixesResources.Remove_redundant_assignment }); 8694await TestExactActionSetOfferedAsync(source, new[] { CodeFixesResources.Remove_redundant_assignment });