9 references to ObjectFormatterHelpers
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
13using static ObjectFormatterHelpers;
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
ObjectFormatterTests.cs (3)
149string actualName = ObjectFormatterHelpers.ParseSimpleMemberName(value, 0, value.Length, out actualNoQuotes, out actualIsCallable); 154actualName = ObjectFormatterHelpers.ParseSimpleMemberName("---" + value + "-", 3, 3 + value.Length, out actualNoQuotes, out actualIsCallable); 656FormatObject(obj, new PrintOptions { NumberRadix = ObjectFormatterHelpers.NumberRadixHexadecimal });
Microsoft.CodeAnalysis.Scripting (5)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
12using static Microsoft.CodeAnalysis.Scripting.Hosting.ObjectFormatterHelpers;
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
18using static ObjectFormatterHelpers;
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
14using static ObjectFormatterHelpers;
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (1)
16using static ObjectFormatterHelpers;
Hosting\PrintOptions.cs (1)
8using static Microsoft.CodeAnalysis.Scripting.Hosting.ObjectFormatterHelpers;