4 references to appendNonDefaultVariantsWithGenericAndType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
CSharpTestBase.cs (4)
2465
appendNonDefaultVariantsWithGenericAndType
("T", "<T>");
2466
appendNonDefaultVariantsWithGenericAndType
("object", generic: null);
2467
appendNonDefaultVariantsWithGenericAndType
("string", generic: null);
2479
appendNonDefaultVariantsWithGenericAndType
("ReadOnlySpan<char>", generic: null, isSpan: true);