27 references to PropertyPublic
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (9)
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (4)
345""", "MyClass", glyph: Glyph.PropertyPublic); 369await VerifyItemExistsAsync(markup, "MyClass", glyph: Glyph.PropertyPublic); 1073await VerifyItemExistsAsync(markup, "MyClass", glyph: Glyph.PropertyPublic, expectedDescriptionOrNull: CSharpFeaturesResources.Suggested_name); 2092await VerifyItemExistsAsync(markup, "ConfigurationProperty", glyph: Glyph.PropertyPublic,
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
267VerifyNavigateToResultItem(item, "this", "[|this|][int]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
NavigateTo\NavigateToTests.cs (4)
407VerifyNavigateToResultItem(item, "this", "[|this|][int]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "Goo", "Test")); 1479VerifyNavigateToResultItem(item, "Member", "[|Member|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic); 1494VerifyNavigateToResultItem(item, "Member", "[|Member|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic); 1792VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic);
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
643SymbolKind.Property => Glyph.PropertyPublic,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
258case Microsoft.CodeAnalysis.Glyph.PropertyPublic: 575return Microsoft.CodeAnalysis.Glyph.PropertyPublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
279case Microsoft.CodeAnalysis.Glyph.PropertyPublic: 596return Microsoft.CodeAnalysis.Glyph.PropertyPublic;
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (3)
191_ => Glyph.PropertyPublic, 289DeclaredSymbolInfoKind.Indexer => Glyph.PropertyPublic, 294DeclaredSymbolInfoKind.Property => Glyph.PropertyPublic,
Common\GlyphTags.cs (1)
76Glyph.PropertyPublic => WellKnownTagArrays.PropertyPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
78Glyph.PropertyPublic => VSTypeScriptGlyph.PropertyPublic, 162VSTypeScriptGlyph.PropertyPublic => Glyph.PropertyPublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
144publicIcon = Glyph.PropertyPublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\Extensions.cs (1)
442Glyph.PropertyPublic => (KnownImageIds.ImageCatalogGuid, KnownImageIds.PropertyPublic),
Extensions\ProtocolConversions.cs (2)
602return Glyph.PropertyPublic; 711return Glyph.PropertyPublic;
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
133case Glyph.PropertyPublic:
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
200Assert.Equal(Glyph.PropertyPublic, item.Data.Glyph);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
132glyph = Glyph.PropertyPublic;