Implemented interface member:
event
StatusEventRaised
Microsoft.Build.Framework.IEventSource.StatusEventRaised
2 references to StatusEventRaised
Microsoft.Build.Engine.UnitTests (2)
TerminalLogger_Tests.cs (2)
75StatusEventRaised?.Invoke(this, e); 131public void InvokeStatusEventRaised(BuildStatusEventArgs args) => StatusEventRaised?.Invoke(_eventSender, args);