2 references to DoesNotSupportF1Help
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticData.cs (1)
360
=> CustomTags.Contains(WellKnownDiagnosticCustomTags.
DoesNotSupportF1Help
) ? null : Id;
Diagnostics\WellKnownDiagnosticCustomTags.cs (1)
9
public const string DoesNotSupportF1Help = nameof(
DoesNotSupportF1Help
);