1 instantiation of Formatter
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\DisplayNameHelpers.cs (1)
153public static readonly Formatter Instance = new Formatter();
4 references to Formatter
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\Compiler\DisplayNameHelpers.cs (4)
143return Formatter.Instance.FormatName(type, FormatOptions.NamespaceQualify); 148return Formatter.Instance.FormatName(type, FormatOptions.None); 151private sealed class Formatter : TypeNameFormatter<Formatter.Unit, FormatOptions> 153public static readonly Formatter Instance = new Formatter();