4 references to DoesNotSupportF1Help
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\VSTypeScriptWellKnownDiagnosticCustomTags.cs (1)
11public const string DoesNotSupportF1Help = WellKnownDiagnosticCustomTags.DoesNotSupportF1Help;
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticData.cs (1)
374=> CustomTags.Contains(WellKnownDiagnosticCustomTags.DoesNotSupportF1Help) ? null : Id;
Diagnostics\WellKnownDiagnosticCustomTags.cs (1)
9public const string DoesNotSupportF1Help = nameof(DoesNotSupportF1Help);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Diagnostics\DiagnosticTableDataSourceTests.vb (1)
478Dim item2 = CreateItem(workspace.CurrentSolution, projectId, documentId, DiagnosticSeverity.Error, customTags:={WellKnownDiagnosticCustomTags.DoesNotSupportF1Help})