10 references to GetMarkup
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
39
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwait);
40
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
49
await VerifyItemExistsAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwait, glyph: (int)Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);
54
await VerifyItemExistsAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait, glyph: (int)Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);
58
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (5)
626
var markup =
GetMarkup
(source, languageVersion);
657
var markup =
GetMarkup
(source, languageVersion);
688
var markup =
GetMarkup
(source, languageVersion);
2614
var markup =
GetMarkup
(source, languageVersion);
2648
var markup =
GetMarkup
(source, languageVersion);