Completion\CompletionProviders\DeclarationNameCompletionProviderTests_NameDeclarationInfoTests.cs (19)
38await VerifyTypeName(markup, "int");
56await VerifyTypeName(markup, "int");
73await VerifyTypeName(markup, "int");
91await VerifyTypeName(markup, "int");
107await VerifyTypeName(markup, "int");
127await VerifyTypeName(markup, "int");
146await VerifyTypeName(markup, "int");
166await VerifyTypeName(markup, "int");
185await VerifyTypeName(markup, "int");
204await VerifyTypeName(markup, "int");
223await VerifyTypeName(markup, "int");
242await VerifyTypeName(markup, "int");
260await VerifyTypeName(markup, null);
279await VerifyTypeName(markup, "int");
296await VerifyTypeName(markup, "global::C");
313await VerifyTypeName(markup, "global::C");
330await VerifyTypeName(markup, "string");
347await VerifyTypeName(markup, "string");
365await VerifyTypeName(markup, "global::System.Collections.Generic.List<string>");