Base:
property
PreferUnusedLocal
Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.RemoveUnusedParametersAndValues.RemoveUnusedValuesTestsBase.PreferUnusedLocal
21 references to PreferUnusedLocal
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (21)
RemoveUnusedValueExpressionStatementTests.cs (21)
88[InlineData(nameof(PreferUnusedLocal))] 107[InlineData(nameof(PreferUnusedLocal), "var unused")] 135[InlineData(nameof(PreferUnusedLocal), "var unused")] 163[InlineData(nameof(PreferUnusedLocal))] 180[InlineData(nameof(PreferUnusedLocal))] 199[InlineData(nameof(PreferUnusedLocal))] 216[InlineData(nameof(PreferUnusedLocal))] 235[InlineData(nameof(PreferUnusedLocal))] 255[InlineData(nameof(PreferUnusedLocal))] 275[InlineData(nameof(PreferUnusedLocal))] 354""", options: PreferUnusedLocal); 384""", options: PreferUnusedLocal); 420""", options: PreferUnusedLocal); 462""", options: PreferUnusedLocal); 467[InlineData(nameof(PreferUnusedLocal), "var unused", "var unused", "var unused3")] 601""", options: PreferUnusedLocal); 632""", options: PreferUnusedLocal); 637[InlineData(nameof(PreferUnusedLocal))] 652[InlineData(nameof(PreferUnusedLocal))] 671[InlineData(nameof(PreferUnusedLocal))] 693[InlineData(nameof(PreferUnusedLocal))]