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