12 references to None
Microsoft.CodeAnalysis.Features (12)
Common\GlyphExtensions.cs (4)
19if (glyph != Glyph.None) 33if (glyph != Glyph.None) 37return Glyph.None; 209return Glyph.None;
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
15Glyph.None => VSTypeScriptGlyph.None, 99VSTypeScriptGlyph.None => Glyph.None,
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (2)
237InheritanceRelationship.InheritedImport, item.Detach(), Glyph.None, languageGlyph, 265InheritanceRelationship.InheritedImport, item.Detach(), Glyph.None, languageGlyph,
QuickInfo\Presentation\QuickInfoContentBuilder.cs (4)
53if (symbolGlyph != Glyph.None) 189var symbolGlyph = Glyph.None; 194if (symbolGlyph != Glyph.None && addWarningGlyph) 199if (symbolGlyph == Glyph.None && glyph != Glyph.CompletionWarning)