7 references to Interface
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
128case WellKnownTags.Interface:
Completion\CompletionTags.cs (1)
40public const string Interface = WellKnownTags.Interface;
Microsoft.CodeAnalysis.Workspaces (5)
Tags\WellKnownTags.cs (5)
32public const string Interface = nameof(Interface); 99internal static readonly ImmutableArray<string> InterfacePublic = [WellKnownTags.Interface, WellKnownTags.Public]; 100internal static readonly ImmutableArray<string> InterfaceProtected = [WellKnownTags.Interface, WellKnownTags.Protected]; 101internal static readonly ImmutableArray<string> InterfacePrivate = [WellKnownTags.Interface, WellKnownTags.Private]; 102internal static readonly ImmutableArray<string> InterfaceInternal = [WellKnownTags.Interface, WellKnownTags.Internal];