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