12 references to Method
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\FilterSet.cs (1)
86
MethodFilter = CreateCompletionFilterAndAddToBuilder(FeaturesResources.Methods, 'm', WellKnownTags.
Method
);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (3)
27
ImmutableArray.Create(WellKnownTags.
Method
, WellKnownTags.Public),
119
ImmutableArray.Create(WellKnownTags.
Method
, WellKnownTags.Public),
204
ImmutableArray.Create(WellKnownTags.
Method
, WellKnownTags.Public),
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
145
case WellKnownTags.
Method
:
Completion\CompletionTags.cs (1)
46
public const string Method = WellKnownTags.
Method
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
77
{ WellKnownTags.
Method
, ImmutableArray.Create(LSP.CompletionItemKind.Method) },
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
38
public const string Method = nameof(
Method
);
106
internal static readonly ImmutableArray<string> MethodPublic = [WellKnownTags.
Method
, WellKnownTags.Public];
107
internal static readonly ImmutableArray<string> MethodProtected = [WellKnownTags.
Method
, WellKnownTags.Protected];
108
internal static readonly ImmutableArray<string> MethodPrivate = [WellKnownTags.
Method
, WellKnownTags.Private];
109
internal static readonly ImmutableArray<string> MethodInternal = [WellKnownTags.
Method
, WellKnownTags.Internal];