5 instantiations of CommonPrimitiveFormatterOptions
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
49=> new CommonPrimitiveFormatterOptions(
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
833_primitiveOptions = new CommonPrimitiveFormatterOptions(
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
208var options = new CommonPrimitiveFormatterOptions(
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
TestCSharpObjectFormatter.cs (1)
37=> new CommonPrimitiveFormatterOptions(
TestVisualBasicObjectFormatter.cs (1)
38=> new CommonPrimitiveFormatterOptions(
8 references to CommonPrimitiveFormatterOptions
Microsoft.CodeAnalysis.Scripting (6)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
48protected virtual CommonPrimitiveFormatterOptions GetPrimitiveOptions(PrintOptions printOptions)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (3)
28private CommonPrimitiveFormatterOptions _primitiveOptions; 47CommonPrimitiveFormatterOptions primitiveOptions, 830CommonPrimitiveFormatterOptions oldPrimitiveOptions = _primitiveOptions;
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
42public string FormatPrimitive(object obj, CommonPrimitiveFormatterOptions options)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
208var options = new CommonPrimitiveFormatterOptions(
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
TestCSharpObjectFormatter.cs (1)
36protected override CommonPrimitiveFormatterOptions GetPrimitiveOptions(PrintOptions printOptions)
TestVisualBasicObjectFormatter.cs (1)
37protected override CommonPrimitiveFormatterOptions GetPrimitiveOptions(PrintOptions printOptions)