21 references to MakeMarkup
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (21)
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (21)
11815await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11817await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11831await VerifyItemIsAbsentAsync(MakeMarkup(source), "parameter"); 11843await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11859await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11861await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11876await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11878await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11893await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11895await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11910await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11912await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11922await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11924await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11933await VerifyItemExistsAsync(MakeMarkup(source), "parameter"); 11935await VerifyItemExistsAsync(MakeMarkup(source, languageVersion: "10"), "parameter"); 11963await VerifyItemExistsAsync(MakeMarkup(source), "MyRefStruct"); 11974await VerifyItemExistsAsync(MakeMarkup(source), "MyRefStruct"); 11986await VerifyItemExistsAsync(MakeMarkup(source), "ReadOnlySpan", displayTextSuffix: "<>"); 12002await VerifyItemExistsAsync(MakeMarkup(source), "MyRefStruct"); 12023await VerifyItemIsAbsentAsync(MakeMarkup(source), "ExtMethod");