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