20 references to InterfacePublic
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (3)
63[InlineData("interface", (int)Glyph.InterfacePublic)] 90[InlineData("interface", (int)Glyph.InterfacePublic)] 136[InlineData("interface", (int)Glyph.InterfacePublic)]
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
443VerifyNavigateToResultItem(item, "IGoo", "[|IG|]oo", PatternMatchKind.Prefix, NavigateToItemKind.Interface, Glyph.InterfacePublic);
NavigateTo\NavigateToTests.cs (1)
647VerifyNavigateToResultItem(item, "IGoo", "[|IG|]oo", PatternMatchKind.Prefix, NavigateToItemKind.Interface, Glyph.InterfacePublic);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
175case Microsoft.CodeAnalysis.Glyph.InterfacePublic: 495return Microsoft.CodeAnalysis.Glyph.InterfacePublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
196case Microsoft.CodeAnalysis.Glyph.InterfacePublic: 516return Microsoft.CodeAnalysis.Glyph.InterfacePublic;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (2)
134_ => Glyph.InterfacePublic, 290DeclaredSymbolInfoKind.Interface => Glyph.InterfacePublic,
Common\GlyphTags.cs (1)
53Glyph.InterfacePublic => WellKnownTagArrays.InterfacePublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
55Glyph.InterfacePublic => VSTypeScriptGlyph.InterfacePublic, 142VSTypeScriptGlyph.InterfacePublic => Glyph.InterfacePublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
74publicIcon = Glyph.InterfacePublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\Extensions.cs (1)
407Glyph.InterfacePublic => (KnownImageIds.ImageCatalogGuid, KnownImageIds.InterfacePublic),
Extensions\ProtocolConversions.cs (2)
610return Glyph.InterfacePublic; 707return Glyph.InterfacePublic;
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
131case Glyph.InterfacePublic:
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
88case Glyph.InterfacePublic: