9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2451appendSignature("AppendLiteral(string s)"); 2456appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 2458appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 2460appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 2474appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 2539appendSignature($"AppendFormatted{generic}({type} value)"); 2541appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 2543appendSignature($"AppendFormatted{generic}({type} value, string format)"); 2545appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");