3 instantiations of CommonPrimitiveFormatterOptions
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
50=> new CommonPrimitiveFormatterOptions(
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
835_primitiveOptions = new CommonPrimitiveFormatterOptions(
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
209var options = new CommonPrimitiveFormatterOptions(
6 references to CommonPrimitiveFormatterOptions
Microsoft.CodeAnalysis.Scripting (6)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
49protected virtual CommonPrimitiveFormatterOptions GetPrimitiveOptions(PrintOptions printOptions)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (3)
30private CommonPrimitiveFormatterOptions _primitiveOptions; 49CommonPrimitiveFormatterOptions primitiveOptions, 832CommonPrimitiveFormatterOptions oldPrimitiveOptions = _primitiveOptions;
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
43public string FormatPrimitive(object obj, CommonPrimitiveFormatterOptions options)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
209var options = new CommonPrimitiveFormatterOptions(