4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
3023
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
3024
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
3025
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
3037
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);