4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2441
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
2442
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
2443
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
2455
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);