2 implementations of Name
illink (2)
Linker.Dataflow\MethodProxy.cs (1)
38
public string
Name
{ get => Method.Name; }
Linker.Dataflow\TypeProxy.cs (1)
37
public string
Name
{ get => Type.Name; }