15 references to CompletionWarning
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
51ImmutableArray.Create(new ImageElement(Glyph.CompletionWarning.GetImageId(), EditorFeaturesResources.Warning_image_element));
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (2)
36var symbolGlyph = glyphs.FirstOrDefault(g => g != Glyph.CompletionWarning); 37var warningGlyph = glyphs.FirstOrDefault(g => g == Glyph.CompletionWarning);
Shared\Extensions\GlyphExtensions.cs (1)
207case Glyph.CompletionWarning:
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
QuickInfo\AbstractSemanticQuickInfoSourceTests.cs (2)
139WarningGlyph(Glyph.CompletionWarning)(item); 143Assert.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)
325case Microsoft.CodeAnalysis.Glyph.CompletionWarning: 642return Microsoft.CodeAnalysis.Glyph.CompletionWarning;
Microsoft.CodeAnalysis.Features (4)
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,
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
156case Glyph.CompletionWarning: