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