28 references to StructurePublic
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (11)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (11)
61[InlineData("struct", (int)Glyph.StructurePublic)] 88[InlineData("struct", (int)Glyph.StructurePublic)] 135[InlineData("struct", (int)Glyph.StructurePublic)] 1868await VerifyTypeImportItemExistsAsync(source, "Byte", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1869await VerifyTypeImportItemExistsAsync(source, "SByte", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1870await VerifyTypeImportItemExistsAsync(source, "Int16", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1871await VerifyTypeImportItemExistsAsync(source, "UInt16", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1872await VerifyTypeImportItemExistsAsync(source, "Int32", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1873await VerifyTypeImportItemExistsAsync(source, "UInt32", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1874await VerifyTypeImportItemExistsAsync(source, "Int64", glyph: (int)Glyph.StructurePublic, inlineDescription: "System"); 1875await VerifyTypeImportItemExistsAsync(source, "UInt64", glyph: (int)Glyph.StructurePublic, inlineDescription: "System");
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
282case Microsoft.CodeAnalysis.Glyph.StructurePublic: 599return Microsoft.CodeAnalysis.Glyph.StructurePublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
303case Microsoft.CodeAnalysis.Glyph.StructurePublic: 620return Microsoft.CodeAnalysis.Glyph.StructurePublic;
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (3)
208_ => Glyph.StructurePublic, 295DeclaredSymbolInfoKind.Struct => Glyph.StructurePublic, 296DeclaredSymbolInfoKind.RecordStruct => Glyph.StructurePublic,
Common\GlyphTags.cs (1)
82Glyph.StructurePublic => WellKnownTagArrays.StructurePublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
84Glyph.StructurePublic => VSTypeScriptGlyph.StructurePublic, 168VSTypeScriptGlyph.StructurePublic => Glyph.StructurePublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
82publicIcon = Glyph.StructurePublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Extensions\Extensions.cs (1)
455Glyph.StructurePublic => (KnownImageIds.ImageCatalogGuid, KnownImageIds.ValueTypePublic),
Extensions\ProtocolConversions.cs (3)
628return Glyph.StructurePublic; 678case Glyph.StructurePublic: 731return Glyph.StructurePublic;
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
139case Glyph.StructurePublic:
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
145case Glyph.StructurePublic: