2 types derived from CommonTypeNameFormatter
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
13internal class CSharpTypeNameFormatter : CommonTypeNameFormatter
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicTypeNameFormatter.vb (1)
10Inherits CommonTypeNameFormatter
3 references to CommonTypeNameFormatter
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpObjectFormatterImpl.cs (1)
15protected override CommonTypeNameFormatter TypeNameFormatter { get; }
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
38protected abstract CommonTypeNameFormatter TypeNameFormatter { get; }
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicObjectFormatterImpl.vb (1)
14Protected Overrides ReadOnly Property TypeNameFormatter As CommonTypeNameFormatter