1 write to Glyph
Microsoft.CodeAnalysis.Features (1)
CodeLens\ReferenceLocationDescriptor.cs (1)
135Glyph = glyph;
3 references to Glyph
Microsoft.VisualStudio.LanguageServices (1)
CodeLens\RemoteCodeLensReferencesService.cs (1)
193descriptor.Glyph,
Microsoft.VisualStudio.LanguageServices.CodeLens (2)
ReferenceCodeLensProvider.cs (2)
262if (referenceLocationDescriptor.Glyph.HasValue) 264var moniker = referenceLocationDescriptor.Glyph.Value.GetImageMoniker();