2 implementations of GetDisplayName
ILLink.RoslynAnalyzer (2)
TrimAnalysis\MethodProxy.cs (1)
18
public string
GetDisplayName
() => Method.GetDisplayName();
TrimAnalysis\TypeProxy.cs (1)
39
public string
GetDisplayName
() => Type.GetDisplayName();