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