9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2960appendSignature("AppendLiteral(string s)"); 2965appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 2967appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 2969appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 2983appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 3048appendSignature($"AppendFormatted{generic}({type} value)"); 3050appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 3052appendSignature($"AppendFormatted{generic}({type} value, string format)"); 3054appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");