7 references to TestFormat
Microsoft.CodeAnalysis (3)
SymbolDisplay\SymbolDisplayFormat.cs (2)
211
internal static readonly SymbolDisplayFormat TestFormatWithConstraints =
TestFormat
.WithGenericsOptions(
TestFormat
.GenericsOptions | SymbolDisplayGenericsOptions.IncludeTypeConstraints).
TreeDumper.cs (1)
233
return symbol.ToDisplayString(SymbolDisplayFormat.
TestFormat
);
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Attributes\AttributeData.cs (1)
137
string className = this.AttributeClass.ToDisplayString(SymbolDisplayFormat.
TestFormat
);
Symbols\Symbol.cs (1)
1027
SymbolDisplayFormat.
TestFormat
Symbols\Synthesized\SynthesizedLocal.cs (2)
208
builder.Append(_type.ToDisplayString(SymbolDisplayFormat.
TestFormat
));
228
builder.Append(_type.ToDisplayString(SymbolDisplayFormat.
TestFormat
));