2 instantiations of CommonTypeNameFormatterOptions
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (2)
57
=> new
CommonTypeNameFormatterOptions
(
117
var options = new
CommonTypeNameFormatterOptions
(arrayBoundRadix: NumberRadixDecimal, showNamespaces: true);
10 references to CommonTypeNameFormatterOptions
Microsoft.CodeAnalysis.Scripting (10)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (2)
56
protected virtual
CommonTypeNameFormatterOptions
GetTypeNameOptions(PrintOptions printOptions)
117
var
options = new CommonTypeNameFormatterOptions(arrayBoundRadix: NumberRadixDecimal, showNamespaces: true);
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
29
private readonly
CommonTypeNameFormatterOptions
_typeNameOptions;
48
CommonTypeNameFormatterOptions
typeNameOptions,
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (6)
32
public virtual string FormatTypeName(Type type,
CommonTypeNameFormatterOptions
options)
64
private static string FormatNonGenericTypeName(TypeInfo typeInfo,
CommonTypeNameFormatterOptions
options)
91
public virtual string FormatTypeArguments(Type[] typeArguments,
CommonTypeNameFormatterOptions
options)
131
public virtual string FormatArrayTypeName(Type arrayType, Array arrayOpt,
CommonTypeNameFormatterOptions
options)
231
private string FormatGenericTypeName(TypeInfo typeInfo,
CommonTypeNameFormatterOptions
options)
285
CommonTypeNameFormatterOptions
options)