NavigationBar\CSharpNavigationBarTests.vb (51)
21Item("C<in I, out O>", Glyph.InterfaceInternal, children:={}))
33Item("Program", Glyph.ClassInternal, children:={
34Item("Swap<T>(T lhs, T rhs)", Glyph.MethodPrivate)}))
46Item("C", Glyph.ClassInternal, children:={}),
47Item("C.Nested", Glyph.ClassPrivate, children:={}))
59Item("C.Nested", Glyph.ClassPrivate), False,
72Item("E", Glyph.EnumInternal), False,
73Item("A", Glyph.EnumMemberPublic), False)
85Item("C", Glyph.ClassInternal), False,
86Item("goo", Glyph.FieldPrivate), False)
98Item("C", Glyph.ClassInternal), False,
99Item("goo", Glyph.FieldPrivate), False)
111Item("C", Glyph.ClassInternal), True,
112Item("goo", Glyph.FieldPrivate), True)
127Item("C", Glyph.ClassInternal, children:={
128Item("IDisposable.Dispose()", Glyph.MethodPrivate)}))
142Item("C", Glyph.ClassInternal, children:={
143Item("M(out string goo, ref string bar)", Glyph.MethodPrivate)}))
157Item("C", Glyph.ClassInternal, children:={
158Item("M(int i = 0)", Glyph.MethodPrivate)}))
172Item("C", Glyph.ClassInternal, children:={
173Item("M(CancellationToken cancellationToken = default)", Glyph.MethodPrivate)}))
187Item("C", Glyph.ClassInternal, children:={
188Item("Number", Glyph.PropertyPrivate)}))
202Item("Goo", Glyph.EnumInternal, children:={
203Item("A", Glyph.EnumMemberPublic),
204Item("B", Glyph.EnumMemberPublic),
205Item("C", Glyph.EnumMemberPublic)}))
219Item("Goo", Glyph.DelegateInternal, children:={}))
232Item("C", Glyph.ClassInternal), False,
233Item("goo", Glyph.FieldPrivate, grayed:=True), True)
246Item("C", Glyph.ClassInternal, children:={
247Item("M()", Glyph.MethodPrivate),
248Item("M()", Glyph.MethodPrivate, grayed:=True)}))
261Item("C", Glyph.ClassInternal, children:={
262Item("M()", Glyph.MethodPrivate),
263Item("M()", Glyph.MethodPrivate, grayed:=True)}))
276Item("C", Glyph.ClassInternal, children:={
277Item("M()", Glyph.MethodPublic),
278Item("M()", Glyph.MethodPublic, grayed:=True)}))
291Item("C", Glyph.ClassInternal, children:={
292Item("M()", Glyph.MethodPublic),
293Item("M()", Glyph.MethodPublic, grayed:=True)}))
307Item("C", Glyph.ClassInternal, children:={
308Item("M(string? s, IEnumerable<string?> e)", Glyph.MethodPrivate)}))
327Item("C", Glyph.ClassInternal), False,
328Item("operator checked +(C x, C y)", Glyph.Operator), False)
347Item("C", Glyph.ClassInternal), False,
348Item("operator checked -(C x)", Glyph.Operator), False)
367Item("C", Glyph.ClassInternal), False,
368Item("explicit operator checked string(C x)", Glyph.Operator), False)