TeamCity.VSTest.TestLogger/IEventRegistry.cs (6 lines of code) (raw):

namespace TeamCity.VSTest.TestLogger; using System; internal interface IEventRegistry { IDisposable Register(TestEvent testEvent); }