Debugging\NameResolverTests.vb (224)
43Await TestAsync(text, "Goo", "C.Goo()")
44Await TestAsync(text, "goo", "C.Goo()")
45Await TestAsync(text, "C.Goo", "C.Goo()")
46Await TestAsync(text, "N.C.Goo")
47Await TestAsync(text, "Goo(of T)")
48Await TestAsync(text, "C(of T).Goo")
49Await TestAsync(text, "Goo()", "C.Goo()")
50Await TestAsync(text, "Goo(i as Integer)")
51Await TestAsync(text, "Goo(Integer)")
65Await TestAsync(text, "Goo", "N.C.Goo()")
66Await TestAsync(text, "goo", "N.C.Goo()")
67Await TestAsync(text, "C.Goo", "N.C.Goo()")
68Await TestAsync(text, "n.c.Goo", "N.C.Goo()")
69Await TestAsync(text, "Goo(of T)")
70Await TestAsync(text, "C(of T).Goo")
71Await TestAsync(text, "Goo()", "N.C.Goo()")
72Await TestAsync(text, "C.Goo()", "N.C.Goo()")
73Await TestAsync(text, "N.C.Goo()", "N.C.Goo()")
74Await TestAsync(text, "Goo(i as Integer)")
75Await TestAsync(text, "Goo(Integer)")
76Await TestAsync(text, "Goo(a)")
90Await TestAsync(text, "Goo", "N.C(Of T).Goo()")
91Await TestAsync(text, "goo", "N.C(Of T).Goo()")
92Await TestAsync(text, "C.Goo", "N.C(Of T).Goo()")
93Await TestAsync(text, "N.C.Goo", "N.C(Of T).Goo()")
94Await TestAsync(text, "Goo(of T)")
95Await TestAsync(text, "C(of T).Goo", "N.C(Of T).Goo()")
96Await TestAsync(text, "C(of T).Goo()", "N.C(Of T).Goo()")
97Await TestAsync(text, "Goo()", "N.C(Of T).Goo()")
98Await TestAsync(text, "C.Goo()", "N.C(Of T).Goo()")
99Await TestAsync(text, "N.C.Goo()", "N.C(Of T).Goo()")
100Await TestAsync(text, "Goo(i as Integer)")
101Await TestAsync(text, "Goo(Integer)")
102Await TestAsync(text, "Goo(a)")
116Await TestAsync(text, "Goo", "N.C.Goo(Of T)()")
117Await TestAsync(text, "goo", "N.C.Goo(Of T)()")
118Await TestAsync(text, "C.Goo", "N.C.Goo(Of T)()")
119Await TestAsync(text, "N.C.Goo", "N.C.Goo(Of T)()")
120Await TestAsync(text, "Goo(of T)", "N.C.Goo(Of T)()")
121Await TestAsync(text, "Goo(of X)", "N.C.Goo(Of T)()")
122Await TestAsync(text, "Goo(of T,X)")
123Await TestAsync(text, "C(of T).Goo")
124Await TestAsync(text, "C(of T).Goo()")
125Await TestAsync(text, "Goo()", "N.C.Goo(Of T)()")
126Await TestAsync(text, "C.Goo()", "N.C.Goo(Of T)()")
127Await TestAsync(text, "N.C.Goo()", "N.C.Goo(Of T)()")
128Await TestAsync(text, "Goo(i as Integer)")
129Await TestAsync(text, "Goo(Integer)")
130Await TestAsync(text, "Goo(a)")
131Await TestAsync(text, "Goo(of T)(i as Integer)")
132Await TestAsync(text, "Goo(of T)(Integer)")
133Await TestAsync(text, "Goo(of T)(a)")
149Await TestAsync(text, "Goo", "C.Goo()", "C.Goo(Integer)")
150Await TestAsync(text, "goo", "C.Goo()", "C.Goo(Integer)")
151Await TestAsync(text, "C.Goo", "C.Goo()", "C.Goo(Integer)")
152Await TestAsync(text, "N.C.Goo")
153Await TestAsync(text, "Goo(of T)")
154Await TestAsync(text, "C(of T).Goo")
155Await TestAsync(text, "Goo()", "C.Goo()")
156Await TestAsync(text, "Goo(i as Integer)", "C.Goo(Integer)")
157Await TestAsync(text, "Goo(Integer)", "C.Goo(Integer)")
158Await TestAsync(text, "Goo(i)", "C.Goo(Integer)")
179Await TestAsync(text, "Goo", "N1.C.Goo(Integer)", "N.C.Goo()")
180Await TestAsync(text, "goo", "N1.C.Goo(Integer)", "N.C.Goo()")
181Await TestAsync(text, "C.Goo", "N1.C.Goo(Integer)", "N.C.Goo()")
182Await TestAsync(text, "N.C.Goo", "N.C.Goo()")
183Await TestAsync(text, "N1.C.Goo", "N1.C.Goo(Integer)")
184Await TestAsync(text, "Goo(of T)")
185Await TestAsync(text, "C(of T).Goo")
186Await TestAsync(text, "Goo()", "N.C.Goo()")
187Await TestAsync(text, "Goo(i as Integer)", "N1.C.Goo(Integer)")
188Await TestAsync(text, "Goo(Integer)", "N1.C.Goo(Integer)")
189Await TestAsync(text, "Goo(i)", "N1.C.Goo(Integer)")
210Await TestAsync(text, "Goo", "N1.C.Goo(Of T)(Integer)", "N.C.Goo()")
211Await TestAsync(text, "goo", "N1.C.Goo(Of T)(Integer)", "N.C.Goo()")
212Await TestAsync(text, "C.Goo", "N1.C.Goo(Of T)(Integer)", "N.C.Goo()")
213Await TestAsync(text, "N.C.Goo", "N.C.Goo()")
214Await TestAsync(text, "N1.C.Goo", "N1.C.Goo(Of T)(Integer)")
215Await TestAsync(text, "Goo(of T)", "N1.C.Goo(Of T)(Integer)")
216Await TestAsync(text, "C(of T).Goo")
217Await TestAsync(text, "Goo()", "N.C.Goo()")
218Await TestAsync(text, "Goo(of T)()")
219Await TestAsync(text, "Goo(i as Integer)", "N1.C.Goo(Of T)(Integer)")
220Await TestAsync(text, "Goo(Integer)", "N1.C.Goo(Of T)(Integer)")
221Await TestAsync(text, "Goo(i)", "N1.C.Goo(Of T)(Integer)")
222Await TestAsync(text, "Goo(of T)(i as Integer)", "N1.C.Goo(Of T)(Integer)")
223Await TestAsync(text, "Goo(of T)(Integer)", "N1.C.Goo(Of T)(Integer)")
224Await TestAsync(text, "Goo(of T)(i)", "N1.C.Goo(Of T)(Integer)")
239Await TestAsync(text, "Goo", "C.Goo(Integer)", "C.Goo(Integer, [String])")
240Await TestAsync(text, "goo", "C.Goo(Integer)", "C.Goo(Integer, [String])")
241Await TestAsync(text, "C.Goo", "C.Goo(Integer)", "C.Goo(Integer, [String])")
242Await TestAsync(text, "N.C.Goo")
243Await TestAsync(text, "Goo(of T)")
244Await TestAsync(text, "C(of T).Goo")
245Await TestAsync(text, "Goo()")
246Await TestAsync(text, "Goo(i as Integer)", "C.Goo(Integer)")
247Await TestAsync(text, "Goo(Integer)", "C.Goo(Integer)")
248Await TestAsync(text, "Goo(i)", "C.Goo(Integer)")
249Await TestAsync(text, "Goo(i as Integer, int b)", "C.Goo(Integer, [String])")
250Await TestAsync(text, "Goo(int, boolean)", "C.Goo(Integer, [String])")
251Await TestAsync(text, "Goo(i, s)", "C.Goo(Integer, [String])")
252Await TestAsync(text, "Goo(,)", "C.Goo(Integer, [String])")
253Await TestAsync(text, "Goo(x As Integer = 42,)", "C.Goo(Integer, [String])")
254Await TestAsync(text, "Goo(Optional x As Integer = 42, y = 42)", "C.Goo(Integer, [String])")
255Await TestAsync(text, "Goo(i as Integer, int b, char c)")
256Await TestAsync(text, "Goo(int, bool, char)")
257Await TestAsync(text, "Goo(i, s, c)")
293Await TestAsync(text, "Property1", "C.Property1")
294Await TestAsync(text, "property1()", "C.Property1")
295Await TestAsync(text, "property2", "C.Property2")
296Await TestAsync(text, "Property2(String)")
297Await TestAsync(text, "property3", "C.Property3")
298Await TestAsync(text, "property4", "C.Property4(Integer)")
299Await TestAsync(text, "property5(j, i)", "C.Property5(Integer, String)")
317Await TestAsync(text, "AbstractMethod")
318Await TestAsync(text, "Field")
319Await TestAsync(text, "Delegate1")
320Await TestAsync(text, "Event1")
321Await TestAsync(text, "Property1")
322Await TestAsync(text, "Property2")
323Await TestAsync(text, "New")
324Await TestAsync(text, "C.New")
325Await TestAsync(text, "Goo", "C.Goo()", "C.Goo([Integer], [Integer])") ' just making sure it would normally resolve before trying bad syntax
326Await TestAsync(text, "Goo Goo")
327Await TestAsync(text, "Goo()asdf")
328Await TestAsync(text, "Goo;")
329Await TestAsync(text, "Goo();")
330Await TestAsync(text, "Goo(),")
331Await TestAsync(text, "Goo(),f")
332Await TestAsync(text, "Goo().Goo")
333Await TestAsync(text, "Goo(")
334Await TestAsync(text, "(Goo")
335Await TestAsync(text, "Goo)")
336Await TestAsync(text, "(Goo)")
337Await TestAsync(text, "Goo(x = 42, y = 42)", "C.Goo([Integer], [Integer])") ' just making sure it would normally resolve before trying bad syntax
338Await TestAsync(text, "Goo[x = 42, y = 42]")
339Await TestAsync(text, "Dim x As Integer = 42")
340Await TestAsync(text, "Goo(Optional x As Integer = 42, y = 42")
341Await TestAsync(text, "C")
342Await TestAsync(text, "C.C")
343Await TestAsync(text, "")
360Await TestAsync(text, "New", "G(Of T).New()", "C.New()")
361Await TestAsync(text, "c.new", "C.New()")
362Await TestAsync(text, "c.NEW()", "C.New()")
363Await TestAsync(text, "New()", "G(Of T).New()", "C.New()")
364Await TestAsync(text, "New(of T)")
365Await TestAsync(text, "New(of T)()")
366Await TestAsync(text, "New(i as Integer)")
367Await TestAsync(text, "New(Integer)")
368Await TestAsync(text, "New(i)")
369Await TestAsync(text, "G.New", "G(Of T).New()")
370Await TestAsync(text, "G.New()", "G(Of T).New()")
371Await TestAsync(text, "G(Of t).new", "G(Of T).New()")
372Await TestAsync(text, "G(of t).new()", "G(Of T).New()")
373Await TestAsync(text, "G(Of T)")
374Await TestAsync(text, "G(Of T)()")
375Await TestAsync(text, "G.G(Of T)")
376Await TestAsync(text, ".ctor")
377Await TestAsync(text, ".ctor()")
378Await TestAsync(text, "C.ctor")
379Await TestAsync(text, "C.ctor()")
380Await TestAsync(text, "G.ctor")
381Await TestAsync(text, "G(Of T).ctor()")
382Await TestAsync(text, "C")
383Await TestAsync(text, "C.C")
384Await TestAsync(text, "C.C()")
396Await TestAsync(text, "New", "C.New()")
397Await TestAsync(text, "C.New", "C.New()")
398Await TestAsync(text, "C.New()", "C.New()")
399Await TestAsync(text, "New()", "C.New()")
400Await TestAsync(text, "New(of T)")
401Await TestAsync(text, "New(of T)()")
402Await TestAsync(text, "New(i as Integer)")
403Await TestAsync(text, "New(Integer)")
404Await TestAsync(text, "New(i)")
405Await TestAsync(text, "C")
406Await TestAsync(text, "C.C")
407Await TestAsync(text, "C.C()")
408Await TestAsync(text, "C.cctor")
409Await TestAsync(text, "C.cctor()")
424Await TestAsync(text, "New", "C.New(Integer)", "C.New()")
425Await TestAsync(text, "C.New", "C.New(Integer)", "C.New()")
426Await TestAsync(text, "c.New()", "C.New()")
427Await TestAsync(text, "new()", "C.New()")
428Await TestAsync(text, "New(of T)")
429Await TestAsync(text, "New(of T)()")
430Await TestAsync(text, "New(i as Integer)", "C.New(Integer)")
431Await TestAsync(text, "New(Integer)", "C.New(Integer)")
432Await TestAsync(text, "New(i)", "C.New(Integer)")
433Await TestAsync(text, "C")
434Await TestAsync(text, "C.C")
435Await TestAsync(text, "C.C()")
462Await TestAsync(text, "M1")
463Await TestAsync(text, "C.M1")
464Await TestAsync(text, "M2", "C.M2()")
465Await TestAsync(text, "M3", "C.M3(Integer)")
466Await TestAsync(text, "M3()")
467Await TestAsync(text, "M3(y)", "C.M3(Integer)")
479Await TestAsync(text, " Goo", "C.Goo()")
480Await TestAsync(text, "Goo() ", "C.Goo()")
481Await TestAsync(text, " Goo ( ) ", "C.Goo()")
482Await TestAsync(text, "Goo() ' comment", "C.Goo()")
498Await TestAsync(text, "where", "[for].where([true])")
499Await TestAsync(text, "[where]", "[for].where([true])")
500Await TestAsync(text, "[for].where", "[for].where([true])")
501Await TestAsync(text, "for.where", "[for].where([true])")
502Await TestAsync(text, "[for].where(true)", "[for].where([true])")
503Await TestAsync(text, "[for].where([if])", "[for].where([true])")
504Await TestAsync(text, "False", "[for].False()")
516Await TestAsync(text, "Global.Goo")
517Await TestAsync(text, "Global.C.Goo")
518Await TestAsync(text, "Global.C.Goo(C)")
519Await TestAsync(text, "C.Goo(Global.C)", "C.Goo(C)")
580Await TestAsync(text, "Goo", "N1.N4.C.Goo(Double)", "N1.N4.C.D.Goo()", "N1.N4.C.D.E.Goo()", "N1.C.Goo()")
581Await TestAsync(text, "C.Goo", "N1.N4.C.Goo(Double)", "N1.C.Goo()")
582Await TestAsync(text, "D.Goo", "N1.N4.C.D.Goo()")
583Await TestAsync(text, "N1.N4.C.D.Goo", "N1.N4.C.D.Goo()")
584Await TestAsync(text, "N1.Goo")
585Await TestAsync(text, "N3.C.Goo")
586Await TestAsync(text, "N5.C.Goo")
605Await TestAsync(text, "Goo")
606Await TestAsync(text, "I1.Goo")
607Await TestAsync(text, "Goo1", "C1.Goo1()")
608Await TestAsync(text, "Moo", "C1.Moo()")