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