27 references to Assembly
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
34case Glyph.Assembly:
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
185? Glyph.Assembly
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
185? Glyph.Assembly
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
22case Microsoft.CodeAnalysis.Glyph.Assembly: 339return Microsoft.CodeAnalysis.Glyph.Assembly;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
41case Microsoft.CodeAnalysis.Glyph.Assembly: 358return Microsoft.CodeAnalysis.Glyph.Assembly;
Microsoft.CodeAnalysis.Features (12)
Common\GlyphExtensions.cs (1)
44return Glyph.Assembly;
Common\GlyphTags.cs (1)
17Glyph.Assembly => WellKnownTagArrays.Assembly,
Completion\Providers\Scripting\AbstractReferenceDirectiveCompletionProvider.cs (3)
57context.AddItem(CommonCompletionItem.Create(name, displayTextSuffix: "", glyph: Glyph.Assembly, rules: s_rules)); 58context.AddItem(CommonCompletionItem.Create(PathUtilities.GetFileName(path, includeExtension: true), displayTextSuffix: "", glyph: Glyph.Assembly, rules: s_rules)); 70var helper = GetFileSystemCompletionHelper(context.Document, Glyph.Assembly, RuntimeMetadataReferenceResolver.AssemblyExtensions, s_rules);
Completion\Providers\Scripting\GlobalAssemblyCacheCompletionHelper.cs (2)
49identity.GetDisplayName(), displayTextSuffix: "", glyph: Glyph.Assembly, rules: _itemRules)); 58displayName, displayTextSuffix: "", glyph: Glyph.Assembly, rules: _itemRules));
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
19Glyph.Assembly => VSTypeScriptGlyph.Assembly, 103VSTypeScriptGlyph.Assembly => Glyph.Assembly,
Shared\Extensions\ISymbolExtensions_2.cs (2)
26return Glyph.Assembly; 121return Glyph.Assembly;
Shared\Extensions\ProjectExtensions.cs (1)
16Glyph.Assembly;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (2)
440return Glyph.Assembly; 500case Glyph.Assembly:
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
20case Glyph.Assembly:
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
Preview\PreviewChangesTests.vb (5)
49"Title", "helpString", "description", "topLevelItemName", Glyph.Assembly, 110"Title", "helpString", "description", "topLevelItemName", Glyph.Assembly, 146"Title", "helpString", "description", "topLevelItemName", Glyph.Assembly, 212"Title", "helpString", "description", "topLevelItemName", Glyph.Assembly, 293"Title", "helpString", "description", "topLevelItemName", Glyph.Assembly,