15 references to GetMarkup
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (15)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
39await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait); 40await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait); 49await VerifyItemExistsAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait, glyph: Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription); 54await VerifyItemExistsAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait, glyph: Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription); 58await VerifyItemIsAbsentAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (5)
579var markup = GetMarkup(source, languageVersion); 610var markup = GetMarkup(source, languageVersion); 641var markup = GetMarkup(source, languageVersion); 2559var markup = GetMarkup(source, languageVersion); 2593var markup = GetMarkup(source, languageVersion);
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (5)
14391await VerifyItemExistsAsync(GetMarkup(""" 14401await VerifyItemExistsAsync(GetMarkup(""" 14411await VerifyItemExistsAsync(GetMarkup(""" 14421await VerifyItemExistsAsync(GetMarkup(""" 14430await VerifyItemExistsAsync(GetMarkup("""