2 instantiations of CommonTypeNameFormatterOptions
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (2)
58
=> new
CommonTypeNameFormatterOptions
(
118
var options = new
CommonTypeNameFormatterOptions
(arrayBoundRadix: NumberRadixDecimal, showNamespaces: true);
10 references to CommonTypeNameFormatterOptions
Microsoft.CodeAnalysis.Scripting (10)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (2)
57
protected virtual
CommonTypeNameFormatterOptions
GetTypeNameOptions(PrintOptions printOptions)
118
var
options = new CommonTypeNameFormatterOptions(arrayBoundRadix: NumberRadixDecimal, showNamespaces: true);
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
31
private readonly
CommonTypeNameFormatterOptions
_typeNameOptions;
50
CommonTypeNameFormatterOptions
typeNameOptions,
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (6)
33
public virtual string FormatTypeName(Type type,
CommonTypeNameFormatterOptions
options)
65
private static string FormatNonGenericTypeName(TypeInfo typeInfo,
CommonTypeNameFormatterOptions
options)
92
public virtual string FormatTypeArguments(Type[] typeArguments,
CommonTypeNameFormatterOptions
options)
132
public virtual string FormatArrayTypeName(Type arrayType, Array arrayOpt,
CommonTypeNameFormatterOptions
options)
232
private string FormatGenericTypeName(TypeInfo typeInfo,
CommonTypeNameFormatterOptions
options)
286
CommonTypeNameFormatterOptions
options)