9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
3009appendSignature("AppendLiteral(string s)"); 3014appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 3016appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 3018appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 3032appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 3097appendSignature($"AppendFormatted{generic}({type} value)"); 3099appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 3101appendSignature($"AppendFormatted{generic}({type} value, string format)"); 3103appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");