9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
3030appendSignature("AppendLiteral(string s)"); 3035appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 3037appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 3039appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 3053appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 3118appendSignature($"AppendFormatted{generic}({type} value)"); 3120appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 3122appendSignature($"AppendFormatted{generic}({type} value, string format)"); 3124appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");