11 references to None
Microsoft.CodeAnalysis.Features (11)
Common\GlyphExtensions.cs (3)
21
if (glyph != Glyph.
None
)
36
: Glyph.
None
;
208
return Glyph.
None
;
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
18
Glyph.
None
=> VSTypeScriptGlyph.None,
102
VSTypeScriptGlyph.None => Glyph.
None
,
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (2)
237
InheritanceRelationship.InheritedImport, item.Detach(), Glyph.
None
, languageGlyph,
265
InheritanceRelationship.InheritedImport, item.Detach(), Glyph.
None
, languageGlyph,
QuickInfo\Presentation\QuickInfoContentBuilder.cs (4)
53
if (symbolGlyph != Glyph.
None
)
189
var symbolGlyph = Glyph.
None
;
194
if (symbolGlyph != Glyph.
None
&& addWarningGlyph)
199
if (symbolGlyph == Glyph.
None
&& glyph != Glyph.CompletionWarning)