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)
Microsoft.CodeAnalysis.EditorFeatures (1)
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:={
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
Microsoft.CodeAnalysis.Features (6)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
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)