4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2974
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
2975
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
2976
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
2988
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);