29 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
)]
1868
await VerifyTypeImportItemExistsAsync(source, "Byte", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1869
await VerifyTypeImportItemExistsAsync(source, "SByte", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1870
await VerifyTypeImportItemExistsAsync(source, "Int16", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1871
await VerifyTypeImportItemExistsAsync(source, "UInt16", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1872
await VerifyTypeImportItemExistsAsync(source, "Int32", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1873
await VerifyTypeImportItemExistsAsync(source, "UInt32", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1874
await VerifyTypeImportItemExistsAsync(source, "Int64", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
1875
await VerifyTypeImportItemExistsAsync(source, "UInt64", glyph: (int)Glyph.
StructurePublic
, inlineDescription: "System");
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
282
case Microsoft.CodeAnalysis.Glyph.
StructurePublic
:
603
return Microsoft.CodeAnalysis.Glyph.
StructurePublic
;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
303
case Microsoft.CodeAnalysis.Glyph.
StructurePublic
:
624
return Microsoft.CodeAnalysis.Glyph.
StructurePublic
;
Microsoft.CodeAnalysis.Features (8)
Common\GlyphExtensions.cs (4)
208
_ => Glyph.
StructurePublic
,
298
DeclaredSymbolInfoKind.Struct => Glyph.
StructurePublic
,
299
DeclaredSymbolInfoKind.RecordStruct => Glyph.
StructurePublic
,
300
DeclaredSymbolInfoKind.Union => Glyph.
StructurePublic
,
Common\GlyphTags.cs (1)
82
Glyph.
StructurePublic
=> WellKnownTagArrays.StructurePublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
84
Glyph.
StructurePublic
=> VSTypeScriptGlyph.StructurePublic,
168
VSTypeScriptGlyph.StructurePublic => Glyph.
StructurePublic
,
Shared\Extensions\ISymbolExtensions_2.cs (1)
83
publicIcon = Glyph.
StructurePublic
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Extensions\Extensions.cs (1)
469
Glyph.
StructurePublic
=> (KnownImageIds.ImageCatalogGuid, KnownImageIds.ValueTypePublic),
Extensions\ProtocolConversions.cs (3)
704
return Glyph.
StructurePublic
;
754
case Glyph.
StructurePublic
:
807
return Glyph.
StructurePublic
;
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
139
case Glyph.
StructurePublic
:
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
145
case Glyph.
StructurePublic
: