4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3044
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
3045
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
3046
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
3058
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);