4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2935appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 2936appendNonDefaultVariantsWithGenericAndType("object", generic: null); 2937appendNonDefaultVariantsWithGenericAndType("string", generic: null); 2949appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);