16 references to CompletionWarning
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
49[new ImageElement(Glyph.CompletionWarning.GetImageId(), EditorFeaturesResources.Warning_image_element)];
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
138WarningGlyph(Glyph.CompletionWarning)(item); 142Assert.DoesNotContain(Glyph.CompletionWarning, item.Tags.GetGlyphs());
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
306case Microsoft.CodeAnalysis.Glyph.CompletionWarning: 623return Microsoft.CodeAnalysis.Glyph.CompletionWarning;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
327case Microsoft.CodeAnalysis.Glyph.CompletionWarning: 644return Microsoft.CodeAnalysis.Glyph.CompletionWarning;
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (1)
217return Glyph.CompletionWarning;
Common\GlyphTags.cs (1)
88Glyph.CompletionWarning => WellKnownTagArrays.Warning,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
90Glyph.CompletionWarning => VSTypeScriptGlyph.CompletionWarning, 174VSTypeScriptGlyph.CompletionWarning => Glyph.CompletionWarning,
QuickInfo\Presentation\QuickInfoContentBuilder.cs (3)
61firstLineElements.Add(s_glyphToElementMap[Glyph.CompletionWarning]); 200if (symbolGlyph == Glyph.None && glyph != Glyph.CompletionWarning) 204else if (!addWarningGlyph && glyph == Glyph.CompletionWarning)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
367Glyph.CompletionWarning => (KnownImageIds.ImageCatalogGuid, KnownImageIds.IntellisenseWarning),
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
157case Glyph.CompletionWarning: