5 references to GetClientFeatureName
Microsoft.CodeAnalysis.Workspaces (5)
Telemetry\TelemetryFeatureName.cs (5)
20
public static readonly TelemetryFeatureName CodeFixProvider =
GetClientFeatureName
(nameof(CodeFixProvider));
21
public static readonly TelemetryFeatureName InlineRename =
GetClientFeatureName
(nameof(InlineRename));
22
public static readonly TelemetryFeatureName LegacySuppressionFix =
GetClientFeatureName
("TelemetryFeatureName");
23
public static readonly TelemetryFeatureName VirtualMemoryNotification =
GetClientFeatureName
(nameof(VirtualMemoryNotification));
24
public static readonly TelemetryFeatureName Workspace =
GetClientFeatureName
(nameof(Workspace));