TeamCity.MSBuild.Logger/IEventContext.cs (8 lines of code) (raw):

namespace TeamCity.MSBuild.Logger { using Microsoft.Build.Framework; internal interface IEventContext { bool TryGetEvent(out BuildEventArgs buildEventArgs); } }