TeamCity.CSharpInteractive/ITeamCityContext.cs (5 lines of code) (raw):

namespace TeamCity.CSharpInteractive; internal interface ITeamCityContext { public bool TeamCityIntegration { set; } }