7 references to Method
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
154
case WellKnownTags.
Method
:
Completion\CompletionTags.cs (1)
46
public const string Method = WellKnownTags.
Method
;
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
38
public const string Method = nameof(
Method
);
108
internal static readonly ImmutableArray<string> MethodPublic = [WellKnownTags.
Method
, WellKnownTags.Public];
109
internal static readonly ImmutableArray<string> MethodProtected = [WellKnownTags.
Method
, WellKnownTags.Protected];
110
internal static readonly ImmutableArray<string> MethodPrivate = [WellKnownTags.
Method
, WellKnownTags.Private];
111
internal static readonly ImmutableArray<string> MethodInternal = [WellKnownTags.
Method
, WellKnownTags.Internal];