9 references to Module
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
76
ModuleFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Modules, 'u', WellKnownTags.
Module
);
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
153
case WellKnownTags.
Module
:
Completion\CompletionTags.cs (1)
47
public const string Module = WellKnownTags.
Module
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
78
{ WellKnownTags.
Module
, ImmutableArray.Create(LSP.CompletionItemKind.Module) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
39
public const string Module = nameof(
Module
);
110
internal static readonly ImmutableArray<string> ModulePublic = [WellKnownTags.
Module
, WellKnownTags.Public];
111
internal static readonly ImmutableArray<string> ModuleProtected = [WellKnownTags.
Module
, WellKnownTags.Protected];
112
internal static readonly ImmutableArray<string> ModulePrivate = [WellKnownTags.
Module
, WellKnownTags.Private];
113
internal static readonly ImmutableArray<string> ModuleInternal = [WellKnownTags.
Module
, WellKnownTags.Internal];