4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2441appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 2442appendNonDefaultVariantsWithGenericAndType("object", generic: null); 2443appendNonDefaultVariantsWithGenericAndType("string", generic: null); 2455appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);