87 references to ClassInternal
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (15)
Completion\CompletionProviders\TypeImportCompletionProviderTests.cs (4)
381await VerifyTypeImportItemExistsAsync(markup, "Bar", glyph: (int)Glyph.ClassInternal, inlineDescription: "Foo"); 495await VerifyTypeImportItemExistsAsync(markup, "Bar", glyph: (int)Glyph.ClassInternal, inlineDescription: "Foo"); 496await VerifyTypeImportItemExistsAsync(markup, "Bar", displayTextSuffix: "<>", glyph: (int)Glyph.ClassInternal, inlineDescription: "Foo"); 519await VerifyTypeImportItemExistsAsync(markup, "Bar", glyph: (int)Glyph.ClassInternal, inlineDescription: "Foo");
Interactive\NavigateTo\InteractiveNavigateToTests.cs (2)
70VerifyNavigateToResultItem(item, "DogBed", "[|DogBed|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 183VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal);
NavigateTo\NavigateToTests.cs (9)
54VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 68VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 82VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 125VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 139VerifyNavigateToResultItem(item, "static", "[|static|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 143VerifyNavigateToResultItem(item, "static", "[|static|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 163VerifyNavigateToResultItem(item, "DogBed", "[|DogBed|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 202VerifyNavigateToResultItem(item, "Goo", "[|Goo|]<T>", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal); 276VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal);
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
668publicIcon += Glyph.ClassInternal - Glyph.ClassPublic;
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
48case Glyph.ClassInternal:
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (46)
NavigationBar\CSharpNavigationBarTests.vb (19)
33Item("Program", Glyph.ClassInternal, children:={ 46Item("C", Glyph.ClassInternal, children:={}), 85Item("C", Glyph.ClassInternal), False, 98Item("C", Glyph.ClassInternal), False, 111Item("C", Glyph.ClassInternal), True, 127Item("C", Glyph.ClassInternal, children:={ 142Item("C", Glyph.ClassInternal, children:={ 157Item("C", Glyph.ClassInternal, children:={ 172Item("C", Glyph.ClassInternal, children:={ 187Item("C", Glyph.ClassInternal, children:={ 232Item("C", Glyph.ClassInternal), False, 246Item("C", Glyph.ClassInternal, children:={ 261Item("C", Glyph.ClassInternal, children:={ 276Item("C", Glyph.ClassInternal, children:={ 291Item("C", Glyph.ClassInternal, children:={ 307Item("C", Glyph.ClassInternal, children:={ 327Item("C", Glyph.ClassInternal), False, 347Item("C", Glyph.ClassInternal), False, 367Item("C", Glyph.ClassInternal), False,
NavigationBar\VisualBasicNavigationBarTests.vb (26)
84Item("C", Glyph.ClassInternal, bolded:=True, children:={ 107Item("C", Glyph.ClassInternal, bolded:=True, children:={ 132Item("C", Glyph.ClassInternal, bolded:=True, children:={ 155Item("C", Glyph.ClassInternal, bolded:=True), 205Item("C", Glyph.ClassInternal, bolded:=True, children:={ 226Item("C", Glyph.ClassInternal, bolded:=True, children:={ 246Item("C", Glyph.ClassInternal, bolded:=True, children:={ 266Item("C", Glyph.ClassInternal, bolded:=True, children:={ 322Item("C", Glyph.ClassInternal, bolded:=True, children:={ 341Item("C", Glyph.ClassInternal, bolded:=True, children:={ 473Item("C", Glyph.ClassInternal, bolded:=True, children:={ 492Item("C", Glyph.ClassInternal, bolded:=True, children:={ 531Item("Test", Glyph.ClassInternal, bolded:=True, children:={ 563Item("B", Glyph.ClassInternal, bolded:=True, children:={ 569Item("C", Glyph.ClassInternal, bolded:=True, children:={ 575Item("Test", Glyph.ClassInternal, bolded:=True, children:={ 599Item("C", Glyph.ClassInternal, bolded:=True, children:={ 605Item("D", Glyph.ClassInternal, bolded:=True, children:={ 630Item("C", Glyph.ClassInternal, bolded:=True, children:={ 636Item("D", Glyph.ClassInternal, bolded:=True, children:={ 672Item("C", Glyph.ClassInternal, bolded:=True, children:={ 682Item("D2", Glyph.ClassInternal, bolded:=True, children:={ 698Item("T", Glyph.ClassInternal, bolded:=True, children:={ 832Item("C", Glyph.ClassInternal, children:={ 859Item("C", Glyph.ClassInternal, bolded:=True), 1149Item("C", Glyph.ClassInternal, bolded:=True, children:={
Rename\InlineRenameTests.vb (1)
1113Assert.Equal(Glyph.ClassInternal, previewService.TopLevelGlyph)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
46case Microsoft.CodeAnalysis.Glyph.ClassInternal: 363return Microsoft.CodeAnalysis.Glyph.ClassInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
65case Microsoft.CodeAnalysis.Glyph.ClassInternal: 382return Microsoft.CodeAnalysis.Glyph.ClassInternal;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (1)
57Accessibility.Internal => Glyph.ClassInternal,
Common\GlyphTags.cs (1)
23Glyph.ClassInternal => WellKnownTagArrays.ClassInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
25Glyph.ClassInternal => VSTypeScriptGlyph.ClassInternal, 109VSTypeScriptGlyph.ClassInternal => Glyph.ClassInternal,
NavigateTo\RoslynNavigateToItem.cs (1)
332rawGlyph += (Glyph.ClassInternal - Glyph.ClassPublic);
Shared\Extensions\ISymbolExtensions_2.cs (1)
173publicIcon += Glyph.ClassInternal - Glyph.ClassPublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
108case Glyph.ClassInternal:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
References\FindAllReferencesHandlerTests.cs (1)
153AssertValidDefinitionProperties(results, 0, Glyph.ClassInternal);
Symbols\DocumentSymbolsTests.cs (1)
68CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal),
Symbols\WorkspaceSymbolsTests.cs (3)
41CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution())) 61CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution())) 202CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution()))
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (5)
NavigateTo\NavigateToTests.vb (5)
44VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal) 55VerifyNavigateToResultItem(item, "Class", "[|Class|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal) 58VerifyNavigateToResultItem(item, "Class", "[|Class|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal) 100VerifyNavigateToResultItem(item, "Goo", "[|Goo|](Of M)", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal) 146VerifyNavigateToResultItem(item, "Goo", "[|Goo|]", PatternMatchKind.Exact, NavigateToItemKind.Class, Glyph.ClassInternal)
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
785Glyph.ClassPublic or Glyph.ClassProtected or Glyph.ClassPrivate or Glyph.ClassInternal => "Class",
Utilities\GlyphExtensions.cs (2)
30case Glyph.ClassInternal: 194case Glyph.ClassInternal: