4 references to Layer
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LanguageServiceMetadata.cs (1)
26
public string Layer { get; } = (string?)data.GetValueOrDefault(nameof(ExportLanguageServiceAttribute.
Layer
)) ?? ServiceLayer.Default;
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\LanguageServiceMetadata.cs (1)
26
public string Layer { get; } = (string?)data.GetValueOrDefault(nameof(ExportLanguageServiceAttribute.
Layer
)) ?? ServiceLayer.Default;
Workspace\Host\Mef\ExportLanguageServiceAttribute.cs (2)
41
/// If non-empty the service is only exported for the listed workspace kinds and <see cref="
Layer
"/> is not applied,
42
/// unless <see cref="
Layer
"/> is <see cref="ServiceLayer.Test"/> in which case the export overrides all other exports.