1 instantiation of MefWorkspaceServices
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Host\Mef\CodeStyleHostLanguageServices.MefHostExportProvider.cs (1)
27
_codeStyleLanguageServices = new
MefWorkspaceServices
(exportProvider, hostLanguageServices.WorkspaceServices.Workspace)
3 references to MefWorkspaceServices
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
MefLanguageServices.cs (2)
21
private readonly
MefWorkspaceServices
_workspaceServices;
29
MefWorkspaceServices
workspaceServices,
MefWorkspaceServices.cs (1)
17
[assembly: DebuggerTypeProxy(typeof(
MefWorkspaceServices
.LazyServiceMetadataDebuggerProxy), Target = typeof(ImmutableArray<Lazy<IWorkspaceService, WorkspaceServiceMetadata>>))]