3 references to TestFormat
Microsoft.CodeAnalysis (3)
SymbolDisplay\SymbolDisplayFormat.cs (2)
210
internal static readonly SymbolDisplayFormat TestFormatWithConstraints =
TestFormat
.WithGenericsOptions(
TestFormat
.GenericsOptions | SymbolDisplayGenericsOptions.IncludeTypeConstraints).
TreeDumper.cs (1)
226
return symbol.ToDisplayString(SymbolDisplayFormat.
TestFormat
);