<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.ComponentModel.Design.IReferenceService

public interface IReferenceService
namespace System.ComponentModel.Design { public interface IReferenceService { IComponent GetComponent(object reference); string GetName(object reference); object GetReference(string name); object[] GetReferences(); object[] GetReferences(Type baseType); } }