Skip to content

Commit

Permalink
Merge pull request #38412 from heejaechang/experimentService2
Browse files Browse the repository at this point in the history
fix MEF issue.
  • Loading branch information
JoeRobich authored Aug 30, 2019
2 parents d23ca43 + c0694ff commit fa8e2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal class CSharpLanguageServerClient : AbstractLanguageServerClient
public CSharpLanguageServerClient(
IThreadingContext threadingContext,
VisualStudioWorkspace workspace,
IEnumerable<Lazy<IOptionPersister>> lazyOptions,
[ImportMany]IEnumerable<Lazy<IOptionPersister>> lazyOptions,
LanguageServerClientEventListener eventListener,
IAsynchronousOperationListenerProvider listenerProvider)
: base(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.LanguageClient
<Obsolete(MefConstruction.ImportingConstructorMessage, True)>
Public Sub New(threadingContext As IThreadingContext,
workspace As VisualStudioWorkspace,
lazyOptions As IEnumerable(Of Lazy(Of IOptionPersister)),
<ImportMany> lazyOptions As IEnumerable(Of Lazy(Of IOptionPersister)),
eventListener As LanguageServerClientEventListener,
listenerProvider As IAsynchronousOperationListenerProvider)
MyBase.New(threadingContext,
Expand Down

0 comments on commit fa8e2c9

Please sign in to comment.