2 references to RemoveUnnecessaryLineContinuation
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\Providers\PredefinedCodeCleanupProviderNames.cs (1)
13
public const string RemoveUnnecessaryLineContinuation = nameof(
RemoveUnnecessaryLineContinuation
);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
CodeCleanup\RemoveUnnecessaryLineContinuationTests.cs (1)
1325
var codeCleanups = CodeCleaner.GetDefaultProviders(document).WhereAsArray(p => p.Name is PredefinedCodeCleanupProviderNames.
RemoveUnnecessaryLineContinuation
or PredefinedCodeCleanupProviderNames.Format);