2 references to FormatArrayTypeName
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
544result.Append(_formatter.TypeNameFormatter.FormatArrayTypeName(array.GetType(), array, _typeNameOptions));
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
53return FormatArrayTypeName(type, arrayOpt: null, options: options);