TeamCity.dotCover/IDotCoverInfo.cs (6 lines of code) (raw):

namespace TeamCity.dotCover; internal interface IDotCoverInfo { string ToolPath { get; } string CommandArgs { get; } }