9 references to appendSignature
Microsoft.CodeAnalysis.CSharp.Test.Utilities (9)
CSharpTestBase.cs (9)
2986appendSignature("AppendLiteral(string s)"); 2991appendSignature("AppendFormatted<T>(T value, int alignment = 0, string format = null)"); 2993appendSignature("AppendFormatted(object value, int alignment = 0, string format = null)"); 2995appendSignature("AppendFormatted(string value, int alignment = 0, string format = null)"); 3009appendSignature("AppendFormatted(ReadOnlySpan<char> value, int alignment = 0, string format = null)"); 3074appendSignature($"AppendFormatted{generic}({type} value)"); 3076appendSignature($"AppendFormatted{generic}({type} value, int alignment)"); 3078appendSignature($"AppendFormatted{generic}({type} value, string format)"); 3080appendSignature($"AppendFormatted{generic}({type} value, int alignment, string format)");