3 references to SuppressEditorToolTip
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.Diagnostics.cs (2)
71
additionalDiagnostic.Tags = [DiagnosticTag.Unnecessary, VSDiagnosticTags.HiddenInEditor, VSDiagnosticTags.HiddenInErrorList, VSDiagnosticTags.
SuppressEditorToolTip
];
235
result.Add(VSDiagnosticTags.
SuppressEditorToolTip
);
Protocol\Extensions\VSDiagnostic.cs (1)
30
/// is used (use <see cref="VSDiagnosticTags.
SuppressEditorToolTip
"/> to prevent a tool tip from being shown).