30 references to PropertyPublic
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (4)
344await VerifyItemExistsAsync(markup, "MyClass", glyph: (int)Glyph.PropertyPublic); 372await VerifyItemExistsAsync(markup, "MyClass", glyph: (int)Glyph.PropertyPublic); 1185await VerifyItemExistsAsync(markup, "MyClass", glyph: (int)Glyph.PropertyPublic, expectedDescriptionOrNull: CSharpFeaturesResources.Suggested_name); 2369await VerifyItemExistsAsync(markup, "ConfigurationProperty", glyph: (int)Glyph.PropertyPublic,
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
273VerifyNavigateToResultItem(item, "this", "[|this|][int]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "Goo", "Test"));
NavigateTo\NavigateToTests.cs (3)
443VerifyNavigateToResultItem(item, "this", "[|this|][int]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo: string.Format(FeaturesResources.in_0_project_1, "Goo", "Test")); 1639VerifyNavigateToResultItem(item, "Member", "[|Member|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic); 1655VerifyNavigateToResultItem(item, "Member", "[|Member|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic);
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
649SymbolKind.Property => Glyph.PropertyPublic,
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
167case Glyph.PropertyPublic:
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
NavigationBar\VisualBasicNavigationBarTests.vb (1)
1153Item("P", Glyph.PropertyPublic, bolded:=True)}))
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)
277case Microsoft.CodeAnalysis.Glyph.PropertyPublic: 594return Microsoft.CodeAnalysis.Glyph.PropertyPublic;
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (1)
176_ => Glyph.PropertyPublic,
Common\GlyphTags.cs (1)
75Glyph.PropertyPublic => WellKnownTagArrays.PropertyPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
78Glyph.PropertyPublic => VSTypeScriptGlyph.PropertyPublic, 162VSTypeScriptGlyph.PropertyPublic => Glyph.PropertyPublic,
NavigateTo\RoslynNavigateToItem.cs (2)
306DeclaredSymbolInfoKind.Indexer => Glyph.PropertyPublic, 310DeclaredSymbolInfoKind.Property => Glyph.PropertyPublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
144publicIcon = Glyph.PropertyPublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (2)
446return Glyph.PropertyPublic; 555return Glyph.PropertyPublic;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
NavigateTo\NavigateToTests.vb (3)
258VerifyNavigateToResultItem(item, "Item", "[|Item|](Integer)", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, String.Format(FeaturesResources.in_0_project_1, "Goo", "Test")) 286VerifyNavigateToResultItem(item, "Name", "[|Name|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo:=String.Format(FeaturesResources.in_0_project_1, "Goo", "Test")) 297VerifyNavigateToResultItem(item, "Name", "[|Name|]", PatternMatchKind.Exact, NavigateToItemKind.Property, Glyph.PropertyPublic, additionalInfo:=String.Format(FeaturesResources.in_0_project_1, "Goo", "Test"))
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
796Glyph.PropertyPublic or Glyph.PropertyProtected or Glyph.PropertyPrivate or Glyph.PropertyInternal => "Property",
Utilities\GlyphExtensions.cs (1)
132case Glyph.PropertyPublic:
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\InlineRename\XamlEditorInlineRenameService.cs (1)
126glyph = Glyph.PropertyPublic;