5 references to GetDisplayNameWithoutNamespace
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\SerializedFrozenObjectNode.cs (1)
80
public override string ToString() => $"Frozen {_data.Type.
GetDisplayNameWithoutNamespace
()} object";
src\runtime\src\coreclr\tools\Common\Compiler\DisplayNameHelpers.cs (4)
80
sb.Append(method.Instantiation[i].
GetDisplayNameWithoutNamespace
()).Append(',');
82
sb.Append(method.Instantiation[method.Instantiation.Length - 1].
GetDisplayNameWithoutNamespace
());
93
sb.Append(instantiatedType.
GetDisplayNameWithoutNamespace
()).Append(',');
96
sb.Append(method.Signature[method.Signature.Length - 1].
GetDisplayNameWithoutNamespace
());