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