4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2605appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 2606appendNonDefaultVariantsWithGenericAndType("object", generic: null); 2607appendNonDefaultVariantsWithGenericAndType("string", generic: null); 2619appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);