4 instantiations of MefWorkspaceServices
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
VisualStudioMefHostServices.cs (1)
39=> new MefWorkspaceServices(this, workspace);
Microsoft.CodeAnalysis.Remote.Workspaces (1)
VisualStudioMefHostServices.cs (1)
39=> new MefWorkspaceServices(this, workspace);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\Mef\MefHostServices.cs (1)
61=> new MefWorkspaceServices(this, workspace);
Microsoft.CodeAnalysis.Workspaces.Desktop (1)
Workspace\Host\Mef\MefV1HostServices.cs (1)
75return new MefWorkspaceServices(this, workspace);
3 references to MefWorkspaceServices
Microsoft.CodeAnalysis.Workspaces (3)
MefLanguageServices.cs (2)
21private readonly MefWorkspaceServices _workspaceServices; 29MefWorkspaceServices workspaceServices,
MefWorkspaceServices.cs (1)
17[assembly: DebuggerTypeProxy(typeof(MefWorkspaceServices.LazyServiceMetadataDebuggerProxy), Target = typeof(ImmutableArray<Lazy<IWorkspaceService, WorkspaceServiceMetadata>>))]