4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3000appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 3001appendNonDefaultVariantsWithGenericAndType("object", generic: null); 3002appendNonDefaultVariantsWithGenericAndType("string", generic: null); 3014appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);