2 implementations of GetDisplayName
illink (2)
Linker.Dataflow\MethodProxy.cs (1)
40
public string
GetDisplayName
() => Method.GetDisplayName();
Linker.Dataflow\TypeProxy.cs (1)
45
public string
GetDisplayName
() => Type.GetDisplayName();