5 references to s_fullDelegateFormat
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
SymbolDisplay\SymbolDisplayTests.cs (5)
8413Verify(type.ToDisplayParts(s_fullDelegateFormat), "delegate string System.Func<int, string>(int arg)", 8456Verify(type.ToDisplayParts(s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int arg)", 8490Verify(SymbolDisplay.ToDisplayParts(type, s_fullDelegateFormat), "delegate string <anonymous delegate>(ref int i)", 8782var formatTypeOnly = s_fullDelegateFormat.WithParameterOptions(SymbolDisplayParameterOptions.IncludeType | SymbolDisplayParameterOptions.IncludeName); 8822var formatTypeRefAndScoped = s_fullDelegateFormat.