4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3044appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 3045appendNonDefaultVariantsWithGenericAndType("object", generic: null); 3046appendNonDefaultVariantsWithGenericAndType("string", generic: null); 3058appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);