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