12 references to None
Microsoft.CodeAnalysis.Features (12)
Common\GlyphExtensions.cs (4)
26if (glyph != Glyph.None) 41if (glyph != Glyph.None) 45return Glyph.None; 226return Glyph.None;
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
15Glyph.None => VSTypeScriptGlyph.None, 102VSTypeScriptGlyph.None => Glyph.None,
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (2)
244InheritanceRelationship.InheritedImport, item.Detach(), Glyph.None, languageGlyph, 272InheritanceRelationship.InheritedImport, item.Detach(), Glyph.None, languageGlyph,
QuickInfo\Presentation\QuickInfoContentBuilder.cs (4)
54if (symbolGlyph != Glyph.None) 190var symbolGlyph = Glyph.None; 195if (symbolGlyph != Glyph.None && addWarningGlyph) 200if (symbolGlyph == Glyph.None && glyph != Glyph.CompletionWarning)