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