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