7 references to Desktop
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (1)
18
private static readonly ImmutableArray<string> s_orderedProductLayers = [ServiceLayer.Host, ServiceLayer.Editor, ServiceLayer.
Desktop
, ServiceLayer.Default];
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LayeredServiceUtilities.cs (1)
18
private static readonly ImmutableArray<string> s_orderedProductLayers = [ServiceLayer.Host, ServiceLayer.Editor, ServiceLayer.
Desktop
, ServiceLayer.Default];
Workspace\Host\Mef\ServiceLayer.cs (4)
15
/// Service layer that overrides <see cref="Editor"/>, <see cref="
Desktop
"/> and <see cref="Default"/>.
20
/// Service layer that overrides <see cref="Editor"/>, <see cref="
Desktop
"/> and <see cref="Default"/>.
25
/// Service layer that overrides <see cref="
Desktop
" /> and <see cref="Default"/>.
32
public const string Desktop = nameof(
Desktop
);
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\VisualStudioDefinitionsAndReferencesFactory.cs (1)
24
[ExportWorkspaceService(typeof(IExternalDefinitionItemProvider), ServiceLayer.
Desktop
), Shared]