4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2465appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 2466appendNonDefaultVariantsWithGenericAndType("object", generic: null); 2467appendNonDefaultVariantsWithGenericAndType("string", generic: null); 2479appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);