9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2413appendSignature("AppendLiteral(string s)");
2418appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)");
2420appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)");
2422appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)");
2436appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)");
2501appendSignature($"AppendFormatted{generic}({type} value)");
2503appendSignature($"AppendFormatted{generic}({type} value, int alignment)");
2505appendSignature($"AppendFormatted{generic}({type} value, string format)");
2507appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");