9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2921appendSignature("AppendLiteral(string s)");
2926appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)");
2928appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)");
2930appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)");
2944appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)");
3009appendSignature($"AppendFormatted{generic}({type} value)");
3011appendSignature($"AppendFormatted{generic}({type} value, int alignment)");
3013appendSignature($"AppendFormatted{generic}({type} value, string format)");
3015appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");