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