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)
68
{ WellKnownTags.
Module
, LSP.CompletionItemKind.Module },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
39
public const string Module = nameof(
Module
);
108
internal static readonly ImmutableArray<string> ModulePublic = ImmutableArray.Create(WellKnownTags.
Module
, WellKnownTags.Public);
109
internal static readonly ImmutableArray<string> ModuleProtected = ImmutableArray.Create(WellKnownTags.
Module
, WellKnownTags.Protected);
110
internal static readonly ImmutableArray<string> ModulePrivate = ImmutableArray.Create(WellKnownTags.
Module
, WellKnownTags.Private);
111
internal static readonly ImmutableArray<string> ModuleInternal = ImmutableArray.Create(WellKnownTags.
Module
, WellKnownTags.Internal);