TeamCity.dotCover/ITrace.cs (5 lines of code) (raw):

namespace TeamCity.dotCover; internal interface ITrace { void WriteLine(string? text); }