4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3000
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
3001
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
3002
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
3014
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);