9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2443appendSignature("AppendLiteral(string s)");
2448appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)");
2450appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)");
2452appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)");
2466appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)");
2531appendSignature($"AppendFormatted{generic}({type} value)");
2533appendSignature($"AppendFormatted{generic}({type} value, int alignment)");
2535appendSignature($"AppendFormatted{generic}({type} value, string format)");
2537appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");