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