2 types derived from ObjectFormatter
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpObjectFormatter.cs (1)
12
public sealed class CSharpObjectFormatter :
ObjectFormatter
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
19
internal abstract partial class CommonObjectFormatter :
ObjectFormatter
9 references to ObjectFormatter
Microsoft.CodeAnalysis.CSharp.Scripting (2)
Hosting\CSharpReplServiceProvider.cs (1)
19
public override
ObjectFormatter
ObjectFormatter { get; } = CSharpObjectFormatter.Instance;
Hosting\ObjectFormatter\CSharpObjectFormatter.cs (1)
16
private static readonly
ObjectFormatter
s_impl = new CSharpObjectFormatterImpl();
Microsoft.CodeAnalysis.Scripting (7)
Hosting\CommandLine\CommandLineRunner.cs (2)
24
private readonly
ObjectFormatter
_objectFormatter;
31
ObjectFormatter
objectFormatter,
Hosting\CommandLine\CommandLineScriptGlobals.cs (2)
25
private readonly
ObjectFormatter
_objectFormatter;
42
public CommandLineScriptGlobals(TextWriter outputWriter,
ObjectFormatter
objectFormatter)
Hosting\InteractiveScriptGlobals.cs (2)
27
private readonly
ObjectFormatter
_objectFormatter;
47
public InteractiveScriptGlobals(TextWriter outputWriter,
ObjectFormatter
objectFormatter)
Hosting\ReplServiceProvider.cs (1)
16
public abstract
ObjectFormatter
ObjectFormatter { get; }