9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2591appendSignature("AppendLiteral(string s)"); 2596appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 2598appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 2600appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 2614appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 2679appendSignature($"AppendFormatted{generic}({type} value)"); 2681appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 2683appendSignature($"AppendFormatted{generic}({type} value, string format)"); 2685appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");