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