Skip to content

Commit

Permalink
Merge pull request #73352 from CyrusNajmabadi/removeUnusedType
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi authored May 6, 2024
2 parents 38b5b24 + 00ec693 commit 96fb33f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ internal abstract partial class AbstractLanguageService<TPackage, TLanguageServi
internal EditorOptionsService EditorOptionsService { get; private set; }
internal VisualStudioWorkspaceImpl Workspace { get; private set; }
internal IVsEditorAdaptersFactoryService EditorAdaptersFactoryService { get; private set; }
internal AnalyzerFileWatcherService AnalyzerFileWatcherService { get; private set; }

/// <summary>
/// Whether or not we have been set up. This is set once everything is wired up and cleared once tear down has begun.
Expand Down Expand Up @@ -138,7 +137,6 @@ protected virtual void GetServices()
this.EditorOptionsService = this.Package.ComponentModel.GetService<EditorOptionsService>();
this.Workspace = this.Package.ComponentModel.GetService<VisualStudioWorkspaceImpl>();
this.EditorAdaptersFactoryService = this.Package.ComponentModel.GetService<IVsEditorAdaptersFactoryService>();
this.AnalyzerFileWatcherService = this.Package.ComponentModel.GetService<AnalyzerFileWatcherService>();
}

protected virtual void RemoveServices()
Expand Down

0 comments on commit 96fb33f

Please sign in to comment.