11 references to None
Microsoft.CodeAnalysis.Features (11)
Common\GlyphExtensions.cs (3)
21if (glyph != Glyph.None) 36: Glyph.None; 208return Glyph.None;
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
18Glyph.None => VSTypeScriptGlyph.None, 102VSTypeScriptGlyph.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)