7 references to CompletionWarning
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (1)
202return Glyph.CompletionWarning;
Common\GlyphTags.cs (1)
87Glyph.CompletionWarning => WellKnownTagArrays.Warning,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
90Glyph.CompletionWarning => VSTypeScriptGlyph.CompletionWarning, 174VSTypeScriptGlyph.CompletionWarning => Glyph.CompletionWarning,
QuickInfo\Presentation\QuickInfoContentBuilder.cs (3)
60firstLineElements.Add(s_glyphToElementMap[Glyph.CompletionWarning]); 199if (symbolGlyph == Glyph.None && glyph != Glyph.CompletionWarning) 203else if (!addWarningGlyph && glyph == Glyph.CompletionWarning)