4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3023appendNonDefaultVariantsWithGenericAndType("T", "<T>"); 3024appendNonDefaultVariantsWithGenericAndType("object", generic: null); 3025appendNonDefaultVariantsWithGenericAndType("string", generic: null); 3037appendNonDefaultVariantsWithGenericAndType("ReadOnlySpan<char>", generic: null, isSpan: true);