1 type derived from CommonObjectFormatter
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpObjectFormatterImpl.cs (1)
13internal class CSharpObjectFormatterImpl : CommonObjectFormatter
4 references to CommonObjectFormatter
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
ObjectFormatterTests.cs (1)
886var signature = ((CommonObjectFormatter)s_formatter).FormatMethodSignature(constructor);
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (2)
25private readonly CommonObjectFormatter _formatter; 45CommonObjectFormatter formatter,
Hosting\ObjectFormatter\MemberDisplayFormat.cs (1)
28/// <see cref="CommonObjectFormatter"/> does not apply this format to collections elements -