4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2974appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 2975appendNonDefaultVariantsWithGenericAndType("object", generic: null); 2976appendNonDefaultVariantsWithGenericAndType("string", generic: null); 2988appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);