提交 3e6a8704 编写于 作者: C CyrusNajmabadi

Revert change.

上级 7387c581
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis.Editor.Implementation.NavigateTo;
using Microsoft.VisualStudio.Language.NavigateTo.Interfaces;
......@@ -9,11 +8,6 @@ namespace Microsoft.CodeAnalysis.Editor.NavigateTo
[ExportVersionSpecific(typeof(INavigateToHostVersionService), VisualStudioVersion.Dev15)]
internal partial class Dev15NavigateToHostVersionService : INavigateToHostVersionService
{
[ImportingConstructor]
public Dev15NavigateToHostVersionService()
{
}
public bool GetSearchCurrentDocument(INavigateToOptions options)
{
var options2 = options as INavigateToOptions2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册