27 references to Assembly
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
Microsoft.CodeAnalysis.Features (12)
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);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Microsoft.VisualStudio.LanguageServices (1)
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,