10 references to GetMarkup
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (10)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (5)
38
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwait);
39
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
47
await VerifyItemExistsAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwait, glyph: (int)Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);
52
await VerifyItemExistsAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait, glyph: (int)Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);
56
await VerifyItemIsAbsentAsync(
GetMarkup
(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait);
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (5)
623
var markup =
GetMarkup
(source, languageVersion);
654
var markup =
GetMarkup
(source, languageVersion);
685
var markup =
GetMarkup
(source, languageVersion);
2612
var markup =
GetMarkup
(source, languageVersion);
2646
var markup =
GetMarkup
(source, languageVersion);