6 references to MiscellaneousFilesWorkspace
Microsoft.VisualStudio.LanguageServices (6)
LanguageService\AbstractPackage`2.cs (3)
69
var
miscellaneousFilesWorkspace = this.ComponentModel.GetService<
MiscellaneousFilesWorkspace
>();
104
protected abstract void RegisterMiscellaneousFilesWorkspaceInformation(
MiscellaneousFilesWorkspace
miscellaneousFilesWorkspace);
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
31
[Export(typeof(
MiscellaneousFilesWorkspace
))]
RoslynPackage.cs (1)
173
await this.ComponentModel.GetService<
MiscellaneousFilesWorkspace
>().InitializeAsync().ConfigureAwait(false);
Workspace\VisualStudioTextUndoHistoryWorkspaceServiceFactory.cs (1)
67
case
MiscellaneousFilesWorkspace
: