提交 4877c48b 编写于 作者: C Cyrus Najmabadi

Merge conflicts

上级 dfd763bc
......@@ -11,7 +11,6 @@
using Microsoft.CodeAnalysis.Simplification;
using Microsoft.CodeAnalysis.Text;
using Roslyn.Utilities;
using System.Collections.Immutable;
namespace Microsoft.CodeAnalysis.Completion.Providers
{
......
......@@ -13,8 +13,6 @@
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Simplification;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.CodeRefactorings;
using Microsoft.CodeAnalysis.Text;
namespace Microsoft.CodeAnalysis.ConvertToInterpolatedString
......
......@@ -8,7 +8,6 @@
using System.Text;
using Microsoft.CodeAnalysis.Diagnostics.Telemetry;
using Microsoft.CodeAnalysis.Internal.Log;
using System.Security.Cryptography;
namespace Microsoft.CodeAnalysis.Diagnostics.Log
{
......
......@@ -7,6 +7,7 @@
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices;
using Microsoft.CodeAnalysis.ErrorReporting;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages;
using Microsoft.CodeAnalysis.FindSymbols;
......
......@@ -2,7 +2,6 @@
using System;
using System.Diagnostics;
using System.Threading;
using System.Linq;
using System.Threading;
......
......@@ -27,7 +27,7 @@ public override string Title
get
{
var text = _includeOverridesAndImplementations
? FeaturesResources.Generate_parameter_0_and_overrides_implementations
? FeaturesResources.Generate_parameter_0_and_overrides_implementations
: FeaturesResources.Generate_parameter_0;
return string.Format(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册