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