1 write to _buildWarningEventHandler
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
1318
_buildWarningEventHandler
= RaiseWarningEvent;
2 references to _buildWarningEventHandler
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
1334
_eventSourceForBuild.WarningRaised +=
_buildWarningEventHandler
;
1360
_eventSourceForBuild.WarningRaised -=
_buildWarningEventHandler
;